Skip to content

Commit

Permalink
Fixup compilation error with encoders.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jan 29, 2025
1 parent 3ad737c commit ef21106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/nvm/eeprom/nvm_dynamic_keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

#ifdef ENCODER_ENABLE
# include "encoder.h"
#endif

#ifdef VIA_ENABLE
# include "via.h"
# define DYNAMIC_KEYMAP_EEPROM_START (VIA_EEPROM_CONFIG_END)
Expand Down

0 comments on commit ef21106

Please sign in to comment.