commit 11a810130127b840ccabc1703e1864cc696f745a
parent 31a91add168c956655ace8ec4cf9750db1e2cfc6
Author: Joel Challis <git@zvecr.com>
Date: Tue, 29 Aug 2023 14:28:09 +0100
Fix compilation of dynamic_keymap.c without VIA (#21858)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c
@@ -26,6 +26,7 @@
# include "via.h"
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
#else
+# include "eeconfig.h"
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
#endif