add backlight support
This commit is contained in:
parent
194def1878
commit
eb5bf95b70
3 changed files with 6 additions and 2 deletions
|
|
@ -6,3 +6,5 @@
|
|||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 7 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
||||
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
|
@ -2,3 +2,4 @@ VIA_ENABLE = yes
|
|||
VIAL_ENABLE = yes
|
||||
QMK_SETTINGS = 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