Skip to content

Commit

Permalink
Fix compilation of dynamic_keymap.c without VIA (qmk#21858)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and csolje committed Oct 21, 2023
1 parent 1d014d2 commit db22bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/dynamic_keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db22bab

Please sign in to comment.