Fix compilation of dynamic_keymap.c without VIA (#21858)

master
Joel Challis 2 years ago committed by GitHub
parent 31a91add16
commit 11a8101301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save