fix: led count
This commit is contained in:
parent
78940110e1
commit
0430c4eceb
3 changed files with 6 additions and 4 deletions
|
|
@ -16,9 +16,9 @@
|
|||
"extrakey": true,
|
||||
"key_lock": true,
|
||||
"mousekey": true,
|
||||
"encoder": true,
|
||||
"encoder": false,
|
||||
"nkro": true,
|
||||
"rgblight": false
|
||||
"rgblight": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "A5", "A4", "A3", "F1", "F0", "C15", "C14", "C13", "B9", "B8", "B7", "A15", "B3"],
|
||||
|
|
|
|||
|
|
@ -5,4 +5,6 @@
|
|||
#define VIAL_KEYBOARD_UID {0xE8, 0x87, 0xFD, 0x48, 0x56, 0xCB, 0xA9, 0x09}
|
||||
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
||||
|
||||
#define RGBLIGHT_LED_COUNT 16
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ENCODER_MAP_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = no
|
||||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue