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:
Gilbert Creemers 2025-06-22 22:59:53 +02:00
parent 2884e79d03
commit 1418bc3b6d
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 4
"layer_count": 13
},
"eeprom": {
"driver": "wear_leveling",

View file

@ -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