We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d32594 commit 7c44878Copy full SHA for 7c44878
users/drashna/post_config.h
@@ -123,10 +123,9 @@
123
// # define USB_SUSPEND_WAKEUP_DELAY 500
124
// #endif
125
126
-#if (defined(XAP_ENABLE) || defined(VIA_ENABLE)) && !defined(__AVR__)
127
-# undef DYNAMIC_KEYMAP_LAYER_COUNT
+#if !defined(DYNAMIC_KEYMAP_LAYER_COUNT) && (defined(XAP_ENABLE) || defined(VIA_ENABLE)) && !defined(__AVR__)
128
# define DYNAMIC_KEYMAP_LAYER_COUNT 12
129
-#endif // XAP_ENABLE
+#endif
130
131
#ifndef EECONFIG_USER_DATA_SIZE
132
# define EECONFIG_USER_DATA_SIZE 64
0 commit comments