summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-08-29 14:28:09 +0100
committerGitHub <noreply@github.com>2023-08-29 14:28:09 +0100
commit11a810130127b840ccabc1703e1864cc696f745a (patch)
tree33d1c63904ab8ada8301e6eaad31bb24b6fee9cd /quantum
parent31a91add168c956655ace8ec4cf9750db1e2cfc6 (diff)
Fix compilation of dynamic_keymap.c without VIA (#21858)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/dynamic_keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c
index 4c95128337..3c22bbd445 100644
--- 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