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
|
@ -24,6 +24,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
|
||||
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"backlight": {
|
||||
"pin": "D4"
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 3
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 18,
|
||||
"sleep": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue