summaryrefslogtreecommitdiff
path: root/keyboards/geekboards/macropad_v2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/geekboards/macropad_v2/config.h')
-rw-r--r--keyboards/geekboards/macropad_v2/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h
index cb671bfab7..7ddbefea2a 100644
--- a/keyboards/geekboards/macropad_v2/config.h
+++ b/keyboards/geekboards/macropad_v2/config.h
@@ -15,19 +15,11 @@
*/
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x0483
-#define PRODUCT_ID 0xA372
-#define DEVICE_VER 0x0002
-#define MANUFACTURER GeekBoards
-#define PRODUCT Macropad v2
-
/* key matrix size */
#define MATRIX_ROWS 2
#define MATRIX_COLS 4
#define DIRECT_PINS {{B13, B15, B3, B5}, {B12, B14, A13, B7}}
-#define UNUSED_PINS
#define RGBLED_NUM 42
#define DRIVER_LED_TOTAL 42