diff --git a/keyboards/sofle_pico/config.h b/keyboards/sofle_pico/config.h index 2eb377a1b4b..143f3f5801b 100644 --- a/keyboards/sofle_pico/config.h +++ b/keyboards/sofle_pico/config.h @@ -58,4 +58,6 @@ #endif // Allows for more than the default 4 layers in VIA. -#define DYNAMIC_KEYMAP_LAYER_COUNT 5 +#ifndef DYNAMIC_KEYMAP_LAYER_COUNT +# define DYNAMIC_KEYMAP_LAYER_COUNT 5 +#endif