diff options
author | fauxpark <fauxpark@gmail.com> | 2022-08-15 17:54:07 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-08-15 17:54:07 +1000 |
commit | c202602938e1b065e6bac394771b310fea2a3edb (patch) | |
tree | 444978b63e48d68f004b1c0730929bfbcfb221e8 /keyboards/dumbpad/v1x_oled/config.h | |
parent | 8e9ee29fe352b98ee1380213fc2e2b0e945cdf3f (diff) | |
parent | 51d5aad25b92a34bc051849616fcd93e3ae407fc (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/dumbpad/v1x_oled/config.h')
-rw-r--r-- | keyboards/dumbpad/v1x_oled/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/dumbpad/v1x_oled/config.h b/keyboards/dumbpad/v1x_oled/config.h index 2f7963b875..2dba0c3b14 100644 --- a/keyboards/dumbpad/v1x_oled/config.h +++ b/keyboards/dumbpad/v1x_oled/config.h @@ -15,11 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define DEVICE_VER 0x0001 -#define MANUFACTURER imchipwood -#define PRODUCT dumbpad - /* Column/Row IO definitions */ #define MATRIX_ROWS 4 #define MATRIX_COLS 5 |