[Keymap] Add Via support to the Melody96 (#9050)

* Add files needed to The Via support on Melody 96

* Remove manufacture name from product name

* replace blank key with Transparent keys

* Update keyboards/melody96/rules.mk

* Update keyboards/melody96/keymaps/via/keymap.c

* Change Product ID to "M" + 96

* Update keyboards/melody96/keymaps/via/rules.mk

* add LTO to via's local file

* Update keyboards/melody96/rules.mk
This commit is contained in:
Vincent Lee
2020-05-16 17:21:35 +01:00
committed by GitHub
parent 7f6ba2bf8a
commit afebb6576c
5 changed files with 50 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define VENDOR_ID 0x594d // "YM"
#define PRODUCT_ID 0x4D96 // "M" + 96
#define DEVICE_VER 0x0001
#define MANUFACTURER YMDK
#define PRODUCT Melody96
@@ -28,6 +28,10 @@
#define BACKLIGHT_LEVELS 5
#endif
/* Set location for BootMagic key*/
#define BOOTMAGIC_LITE_ROW 5
#define BOOTMAGIC_LITE_COLUMN 0
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5