mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 03:21:48 +08:00
Fix compilation of dynamic_keymap.c without VIA (#21858)
This commit is contained in:
parent
31a91add16
commit
11a8101301
|
@ -26,6 +26,7 @@
|
||||||
# include "via.h"
|
# include "via.h"
|
||||||
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
|
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
|
||||||
#else
|
#else
|
||||||
|
# include "eeconfig.h"
|
||||||
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
|
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue