* Fix EE HANDS on splits losing handedness if RGB is enabled * Because I'm an idiot and did a bad cut/paste job
@@ -2,11 +2,8 @@
#define SPLIT_KEYBOARD_UTIL_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
@@ -2,11 +2,7 @@
-