From f30e12adcf1fac3ba3d3066de79dff495ce78657 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Thu, 26 Oct 2023 13:57:06 +0800 Subject: [PATCH] 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 --- keyboards/framework/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/framework/config.h b/keyboards/framework/config.h index 89d9eeaf06..456b5aa22d 100644 --- a/keyboards/framework/config.h +++ b/keyboards/framework/config.h @@ -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)