From 5b897ce223cab53b1132da5b564eadfbaacc746c Mon Sep 17 00:00:00 2001 From: David Stosik Date: Tue, 29 Aug 2017 10:52:47 +0900 Subject: [PATCH] Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is enabled --- keyboards/lets_split/eeprom-lefthand.eep | Bin 48 -> 56 bytes keyboards/lets_split/eeprom-righthand.eep | Bin 48 -> 56 bytes keyboards/lets_split/split_util.h | 6 +----- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/keyboards/lets_split/eeprom-lefthand.eep b/keyboards/lets_split/eeprom-lefthand.eep index b9666a74c01f0481a2bb9ea3d8905dbc8cdcf9a9..e5a7bc1e5726e69f23e046982c7fd9870760ea8c 100644 GIT binary patch literal 56 ZcmcCAa5Eqb4BZTPxvZe-4Bgy#xd1SC3S9sI literal 48 ZcmcCAa5BIR4Bbq4xvZe_hHh@WTmaxG2;Bex diff --git a/keyboards/lets_split/eeprom-righthand.eep b/keyboards/lets_split/eeprom-righthand.eep index 94cc5be7fc684ef07d8412e5296e3708bc44a27d..7ea44f52ef742a2d0cc54906ffca9fce50ac7b6c 100644 GIT binary patch literal 56 ZcmcCAa5EqRxEb0N^GF-2eap diff --git a/keyboards/lets_split/split_util.h b/keyboards/lets_split/split_util.h index 3ae76c209a..595a0659e1 100644 --- a/keyboards/lets_split/split_util.h +++ b/keyboards/lets_split/split_util.h @@ -2,11 +2,7 @@ #define SPLIT_KEYBOARD_UTIL_H #include - -#ifdef EE_HANDS - #define EECONFIG_BOOTMAGIC_END (uint8_t *)10 - #define EECONFIG_HANDEDNESS EECONFIG_BOOTMAGIC_END -#endif +#include "eeconfig.h" #define SLAVE_I2C_ADDRESS 0x32