mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Migrate dynamic_keymap.layer_count >= 4 (#22087)
This commit is contained in:
@@ -78,8 +78,3 @@
|
||||
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
|
||||
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
|
||||
#endif
|
||||
|
||||
/* VIA */
|
||||
#ifdef VIA_ENABLE
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
||||
#endif
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"rows": ["B15", "A5", "A3", "A15", "B7", "B8"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 8
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B11",
|
||||
"levels": 5,
|
||||
|
||||
Reference in New Issue
Block a user