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
planck_light_rev2
Drashna Jaelre 7 years ago committed by Jack Humbert
parent 1af8f1f201
commit b0e8de1c97
  1. 5
      keyboards/deltasplit75/split_util.h
  2. 6
      keyboards/helix/rev1/split_util.h
  3. 6
      keyboards/helix/rev2/split_util.h
  4. 6
      keyboards/nyquist/split_util.h
  5. 5
      keyboards/orthodox/split_util.h
  6. 5
      keyboards/viterbi/split_util.h

@ -2,11 +2,8 @@
#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

@ -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

@ -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

@ -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

@ -2,11 +2,8 @@
#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

@ -2,11 +2,8 @@
#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

Loading…
Cancel
Save