Add explicit eeprom include in split_common

Fixes builds that set EE_HANDS.
pull/4776/head 0.6.222
James Churchill 6 years ago committed by Drashna Jaelre
parent 38e01a7480
commit 563ce3f225

@ -6,6 +6,10 @@
#include "split_flags.h"
#include "quantum.h"
#ifdef EE_HANDS
# include "tmk_core/common/eeprom.h"
#endif
#ifdef BACKLIGHT_ENABLE
# include "backlight.h"
#endif

Loading…
Cancel
Save