summaryrefslogtreecommitdiff
path: root/keyboards/0_sixty/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/0_sixty/config.h')
-rw-r--r--keyboards/0_sixty/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/0_sixty/config.h b/keyboards/0_sixty/config.h
index 9d9394c14f..2160ba623e 100644
--- a/keyboards/0_sixty/config.h
+++ b/keyboards/0_sixty/config.h
@@ -18,22 +18,12 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-
-#define VENDOR_ID 0x7654
-#define PRODUCT_ID 0x0060
-#define DEVICE_VER 0x0001
-
-#define MANUFACTURER ven0mtr0n
-#define PRODUCT 0-Sixty
-
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 5
#define MATRIX_COLS 12
#define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 }
#define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, E6, B4, B5, B3, B2 }
-#define UNUSED_PINS
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
@@ -41,9 +31,6 @@
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
-/* indicator leds */
-#define LED_CAPS_LOCK_PIN B6
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */