framework: Increase to 10 layers in VIA

Allow more flexibilty and some layers can't be used because they're
needed for FN and FN lock.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-10-26 13:57:06 +08:00
parent ae20af46ce
commit f30e12adcf

View File

@ -6,6 +6,8 @@
// Allow (emulated) EEPROM reset using VIA
#define VIA_EEPROM_ALLOW_RESET
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
// Increase to 16K for more storage space
// With 64K backing size, this spread the wear level over 4 blocks
#define WEAR_LEVELING_LOGICAL_SIZE (4*4096)