diff options
| author | David Stosik <david.stosik+git-noreply@gmail.com> | 2017-08-29 10:52:47 +0900 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-30 11:51:58 -0400 |
| commit | 5b897ce223cab53b1132da5b564eadfbaacc746c (patch) | |
| tree | 3315f3f294a7b07b8f5575300bff800987193d16 | |
| parent | da33dfec558cba45431b426b8ebe5fba77f6f572 (diff) | |
| download | qmk_firmware-5b897ce223cab53b1132da5b564eadfbaacc746c.tar.gz qmk_firmware-5b897ce223cab53b1132da5b564eadfbaacc746c.zip | |
Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is enabled
| -rw-r--r-- | keyboards/lets_split/eeprom-lefthand.eep | 2 | ||||
| -rw-r--r-- | keyboards/lets_split/eeprom-righthand.eep | 2 | ||||
| -rw-r--r-- | keyboards/lets_split/split_util.h | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/lets_split/eeprom-lefthand.eep b/keyboards/lets_split/eeprom-lefthand.eep index b9666a74c..e5a7bc1e5 100644 --- a/keyboards/lets_split/eeprom-lefthand.eep +++ b/keyboards/lets_split/eeprom-lefthand.eep | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | :0B0000000000000000000000000001F4 | 1 | :0F000000000000000000000000000000000001F0 |
| 2 | :00000001FF | 2 | :00000001FF |
diff --git a/keyboards/lets_split/eeprom-righthand.eep b/keyboards/lets_split/eeprom-righthand.eep index 94cc5be7f..7ea44f52e 100644 --- a/keyboards/lets_split/eeprom-righthand.eep +++ b/keyboards/lets_split/eeprom-righthand.eep | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | :0B0000000000000000000000000000F5 | 1 | :0F000000000000000000000000000000000000F1 |
| 2 | :00000001FF | 2 | :00000001FF |
diff --git a/keyboards/lets_split/split_util.h b/keyboards/lets_split/split_util.h index 3ae76c209..595a0659e 100644 --- a/keyboards/lets_split/split_util.h +++ b/keyboards/lets_split/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 | ||
