diff options
Diffstat (limited to 'keyboards/lets_split/split_util.c')
| -rw-r--r-- | keyboards/lets_split/split_util.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/lets_split/split_util.c b/keyboards/lets_split/split_util.c index 65003a71a..461921798 100644 --- a/keyboards/lets_split/split_util.c +++ b/keyboards/lets_split/split_util.c | |||
| @@ -6,11 +6,15 @@ | |||
| 6 | #include <avr/eeprom.h> | 6 | #include <avr/eeprom.h> |
| 7 | #include "split_util.h" | 7 | #include "split_util.h" |
| 8 | #include "matrix.h" | 8 | #include "matrix.h" |
| 9 | #include "i2c.h" | ||
| 10 | #include "serial.h" | ||
| 11 | #include "keyboard.h" | 9 | #include "keyboard.h" |
| 12 | #include "config.h" | 10 | #include "config.h" |
| 13 | 11 | ||
| 12 | #ifdef USE_I2C | ||
| 13 | # include "i2c.h" | ||
| 14 | #else | ||
| 15 | # include "serial.h" | ||
| 16 | #endif | ||
| 17 | |||
| 14 | volatile bool isLeftHand = true; | 18 | volatile bool isLeftHand = true; |
| 15 | 19 | ||
| 16 | static void setup_handedness(void) { | 20 | static void setup_handedness(void) { |
