mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-31 18:25:28 -04:00
Try less layers since compilation error hints at dynamic limits
Was getting: Dynamic keymaps are configured to use more EEPROM than is available.
This commit is contained in:
parent
224f238a29
commit
8eea3dd9d2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/* Randomly generated as per Vial docs */
|
||||
#define VIAL_KEYBOARD_UID {0x1C, 0xF4, 0xA2, 0x03, 0x11, 0x30, 0xC7, 0x49}
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
|
||||
|
||||
/* Original Gamma-Omega used keys 0,0 (Q) and 3,6 (P) */
|
||||
/* with our sparse matrix those are 1,0 (Q) and 12,11 (P) instead. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue