瀏覽代碼

Port #1576 to Let's Split: EECONFIG_HANDEDNESS gets overridden when RGB is enabled

David Stosik 7 年之前
父節點
當前提交
5b897ce223
共有 3 個文件被更改,包括 1 次插入5 次删除
  1. 二進制
      keyboards/lets_split/eeprom-lefthand.eep
  2. 二進制
      keyboards/lets_split/eeprom-righthand.eep
  3. 1 5
      keyboards/lets_split/split_util.h

二進制
keyboards/lets_split/eeprom-lefthand.eep


二進制
keyboards/lets_split/eeprom-righthand.eep


+ 1 - 5
keyboards/lets_split/split_util.h

@@ -2,11 +2,7 @@
 #define SPLIT_KEYBOARD_UTIL_H
 
 #include <stdbool.h>
-
-#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