Updated default layer count to match classic Sofle

This commit is contained in:
Ryan Neff 2024-01-05 13:12:37 -08:00
parent 3da48b3fb9
commit 934ada8ee3

View File

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