diff options
Diffstat (limited to 'keyboards/minidox/split_util.h')
-rw-r--r-- | keyboards/minidox/split_util.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/minidox/split_util.h b/keyboards/minidox/split_util.h index 3ae76c209..595a0659e 100644 --- a/keyboards/minidox/split_util.h +++ b/keyboards/minidox/split_util.h | |||
@@ -2,11 +2,7 @@ | |||
2 | #define SPLIT_KEYBOARD_UTIL_H | 2 | #define SPLIT_KEYBOARD_UTIL_H |
3 | 3 | ||
4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
5 | 5 | #include "eeconfig.h" | |
6 | #ifdef EE_HANDS | ||
7 | #define EECONFIG_BOOTMAGIC_END (uint8_t *)10 | ||
8 | #define EECONFIG_HANDEDNESS EECONFIG_BOOTMAGIC_END | ||
9 | #endif | ||
10 | 6 | ||
11 | #define SLAVE_I2C_ADDRESS 0x32 | 7 | #define SLAVE_I2C_ADDRESS 0x32 |
12 | 8 | ||