Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
455cd65e80
commit
66050bb809
51 changed files with 54 additions and 77 deletions
|
@ -21,6 +21,3 @@
|
|||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* Reducing layer count to 3 for via support */
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
"pin": "D6",
|
||||
"levels": 6
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 3
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B7",
|
||||
"num_lock": "C6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue