From b0e8de1c977dba81508e1f756c6659a0a3b2ab95 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 16 Feb 2018 09:00:39 -0800 Subject: Fix EE HANDS on splits losing handedness if RGB is enabled (#2399) * Fix EE HANDS on splits losing handedness if RGB is enabled * Because I'm an idiot and did a bad cut/paste job --- keyboards/orthodox/split_util.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'keyboards/orthodox') diff --git a/keyboards/orthodox/split_util.h b/keyboards/orthodox/split_util.h index 3ae76c209..a0a8dd3bf 100644 --- a/keyboards/orthodox/split_util.h +++ b/keyboards/orthodox/split_util.h @@ -2,11 +2,8 @@ #define SPLIT_KEYBOARD_UTIL_H #include +#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 -- cgit v1.2.3-24-g4f1b