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
|
@ -5,5 +5,3 @@
|
|||
|
||||
/* Solenoid pin */
|
||||
#define SOLENOID_PIN A7
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 3
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [{ "pin_a": "C4", "pin_b": "C3" }]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue