Skip to content

Commit 7c44878

Browse files
committed
Change dynamic keymap count
1 parent 2d32594 commit 7c44878

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

users/drashna/post_config.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@
123123
// # define USB_SUSPEND_WAKEUP_DELAY 500
124124
// #endif
125125

126-
#if (defined(XAP_ENABLE) || defined(VIA_ENABLE)) && !defined(__AVR__)
127-
# undef DYNAMIC_KEYMAP_LAYER_COUNT
126+
#if !defined(DYNAMIC_KEYMAP_LAYER_COUNT) && (defined(XAP_ENABLE) || defined(VIA_ENABLE)) && !defined(__AVR__)
128127
# define DYNAMIC_KEYMAP_LAYER_COUNT 12
129-
#endif // XAP_ENABLE
128+
#endif
130129

131130
#ifndef EECONFIG_USER_DATA_SIZE
132131
# define EECONFIG_USER_DATA_SIZE 64

0 commit comments

Comments
 (0)