Allow overriding of dynamic keymap start address. (#18867)

This commit is contained in:
Nick Brassel 2022-10-27 18:29:26 +11:00 committed by GitHub
parent fb8cfe43a3
commit 91b1e8a3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
# include "via.h" // for VIA_EEPROM_CONFIG_END
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
#else
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
# ifndef DYNAMIC_KEYMAP_EEPROM_START
# define DYNAMIC_KEYMAP_EEPROM_START (EECONFIG_SIZE)
# endif
#endif
#ifdef ENCODER_ENABLE