Moved layer reduction to vial/config.h and reverted main keyboard.json
Reverted main keyboard.json back to default for upstream QMK compatibility. Put redefinition of layers back in vial/config.h but added a #undef to get rid of the definition from keyboard.json that caused this method to not build.
This commit is contained in:
parent
2884e79d03
commit
1418bc3b6d
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 4
|
||||
"layer_count": 13
|
||||
},
|
||||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
#define VIAL_UNLOCK_COMBO_ROWS { 1, 8 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 3, 4 }
|
||||
|
||||
// #define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
#undef DYNAMIC_KEYMAP_LAYER_COUNT
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue