|
@@ -2,11 +2,7 @@
|
|
#define SPLIT_KEYBOARD_UTIL_H
|
|
#define SPLIT_KEYBOARD_UTIL_H
|
|
|
|
|
|
#include <stdbool.h>
|
|
#include <stdbool.h>
|
|
-
|
|
+#include "eeconfig.h"
|
|
-#ifdef EE_HANDS
|
|
|
|
- #define EECONFIG_BOOTMAGIC_END (uint8_t *)10
|
|
|
|
- #define EECONFIG_HANDEDNESS EECONFIG_BOOTMAGIC_END
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#define SLAVE_I2C_ADDRESS 0x32
|
|
#define SLAVE_I2C_ADDRESS 0x32
|
|
|
|
|