aboutsummaryrefslogtreecommitdiff
path: root/keyboards/melody96/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/melody96/config.h')
-rw-r--r--keyboards/melody96/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/melody96/config.h b/keyboards/melody96/config.h
index 8ab88653f..2533bfa35 100644
--- a/keyboards/melody96/config.h
+++ b/keyboards/melody96/config.h
@@ -3,8 +3,8 @@
3#include "config_common.h" 3#include "config_common.h"
4 4
5/* USB Device descriptor parameter */ 5/* USB Device descriptor parameter */
6#define VENDOR_ID 0xFEED 6#define VENDOR_ID 0x594d // "YM"
7#define PRODUCT_ID 0x6060 7#define PRODUCT_ID 0x4D96 // "M" + 96
8#define DEVICE_VER 0x0001 8#define DEVICE_VER 0x0001
9#define MANUFACTURER YMDK 9#define MANUFACTURER YMDK
10#define PRODUCT Melody96 10#define PRODUCT Melody96
@@ -28,6 +28,10 @@
28#define BACKLIGHT_LEVELS 5 28#define BACKLIGHT_LEVELS 5
29#endif 29#endif
30 30
31/* Set location for BootMagic key*/
32#define BOOTMAGIC_LITE_ROW 5
33#define BOOTMAGIC_LITE_COLUMN 0
34
31/* Set 0 if debouncing isn't needed */ 35/* Set 0 if debouncing isn't needed */
32#define DEBOUNCE 5 36#define DEBOUNCE 5
33 37