add backlight support
This commit is contained in:
parent
194def1878
commit
eb5bf95b70
3 changed files with 6 additions and 2 deletions
|
|
@ -5,4 +5,6 @@
|
|||
#define VIAL_KEYBOARD_UID {0xAA, 0xC8, 0x11, 0x78, 0x6E, 0xFD, 0x1E, 0x3E}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 7 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
||||
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
QMK_SETTINGS = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = yes
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
"productId": "0x4945",
|
||||
"keycodes": ["qmk_lighting"],
|
||||
"menus": ["qmk_backlight"],
|
||||
"lighting": "qmk_backlight",
|
||||
"matrix": {"rows": 9, "cols": 16},
|
||||
"layouts": {
|
||||
"labels": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue