Add explicit eeprom include in split_common
Fixes builds that set EE_HANDS.
This commit is contained in:
parent
38e01a7480
commit
563ce3f225
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
#include "split_flags.h"
|
#include "split_flags.h"
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
||||||
|
#ifdef EE_HANDS
|
||||||
|
# include "tmk_core/common/eeprom.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
# include "backlight.h"
|
# include "backlight.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue