summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/melody96/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymdk/melody96/config.h')
-rw-r--r--keyboards/ymdk/melody96/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/ymdk/melody96/config.h b/keyboards/ymdk/melody96/config.h
index 45e7e680c1..627a4850eb 100644
--- a/keyboards/ymdk/melody96/config.h
+++ b/keyboards/ymdk/melody96/config.h
@@ -2,13 +2,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x594d // "YM"
-#define PRODUCT_ID 0x4D96 // "M" + 96
-#define DEVICE_VER 0x0001
-#define MANUFACTURER YMDK
-#define PRODUCT Melody96
-
/* key matrix size */
#define MATRIX_ROWS 12
#define MATRIX_COLS 9
@@ -16,7 +9,6 @@
/* key matrix pins */
#define MATRIX_ROW_PINS { B7, B3, B2, B1, B0, E6, F0, F1, F4, F5, F6, F7 }
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4 }
-#define UNUSED_PINS
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL