summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/aegis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aeboards/aegis/config.h')
-rw-r--r--keyboards/aeboards/aegis/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/aeboards/aegis/config.h b/keyboards/aeboards/aegis/config.h
index 7f59c52005..e87b856968 100644
--- a/keyboards/aeboards/aegis/config.h
+++ b/keyboards/aeboards/aegis/config.h
@@ -18,13 +18,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x4145 // "AE"
-#define PRODUCT_ID 0x0807 // 1800 -> 0x0708 -> 0x0807 ;-)
-#define DEVICE_VER 0x0001
-#define MANUFACTURER AEboards
-#define PRODUCT AEboards Aegis
-
/* key matrix size */
#define MATRIX_ROWS 12
#define MATRIX_COLS 9
@@ -32,7 +25,6 @@
/* key matrix pins */
#define MATRIX_ROW_PINS { F5, F6, E6, F7, D1, D0, D6, D4, B4, D7, B6, B5 }
#define MATRIX_COL_PINS { C7, C6, B7, D2, D3, B3, B2, B1, B0 }
-#define UNUSED_PINS
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW