Skip to content

Commit

Permalink
Allow overriding of dynamic keymap start address. (#18867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Oct 27, 2022
1 parent fb8cfe4 commit 91b1e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quantum/dynamic_keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b1e8a

Please sign in to comment.