diff options
| author | James Churchill <pelrun@gmail.com> | 2019-01-03 14:30:23 +1100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-01-03 20:00:27 -0800 |
| commit | 563ce3f225d981ce460c12ca5130dfe47af41df0 (patch) | |
| tree | a2d76f41d44b32265cad8f44404c9cb39e12e73e /quantum/split_common/split_util.c | |
| parent | 38e01a7480f6826b3d220c4c8357788558b2af07 (diff) | |
| download | qmk_firmware-563ce3f225d981ce460c12ca5130dfe47af41df0.tar.gz qmk_firmware-563ce3f225d981ce460c12ca5130dfe47af41df0.zip | |
Add explicit eeprom include in split_common
Fixes builds that set EE_HANDS.
Diffstat (limited to 'quantum/split_common/split_util.c')
| -rw-r--r-- | quantum/split_common/split_util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index 11453c998..e41b6f638 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | #include "split_flags.h" | 6 | #include "split_flags.h" |
| 7 | #include "quantum.h" | 7 | #include "quantum.h" |
| 8 | 8 | ||
| 9 | #ifdef EE_HANDS | ||
| 10 | # include "tmk_core/common/eeprom.h" | ||
| 11 | #endif | ||
| 12 | |||
| 9 | #ifdef BACKLIGHT_ENABLE | 13 | #ifdef BACKLIGHT_ENABLE |
| 10 | # include "backlight.h" | 14 | # include "backlight.h" |
| 11 | #endif | 15 | #endif |
