Skip to content

Commit

Permalink
Fix compilation of dynamic_keymap.c without VIA (#21858)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Aug 29, 2023
1 parent 31a91ad commit 11a8101
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 11a8101

Please sign in to comment.