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

pull/21546/head 0.22.1
Joel Challis 2023-08-29 14:28:09 +01:00 committed by GitHub
parent 31a91add16
commit 11a8101301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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