]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled it was...
authorThat-Canadian <poole.chris.11@gmail.com>
Sun, 13 Aug 2017 18:24:04 +0000 (14:24 -0400)
committerThat-Canadian <poole.chris.11@gmail.com>
Sun, 13 Aug 2017 18:24:04 +0000 (14:24 -0400)
Updated MiniDox split_util.h and eeprom files to reflect this change.

I recommend adding this to any split board that used these files, my changes will not effect them currently.

keyboards/minidox/eeprom-lefthand.eep
keyboards/minidox/eeprom-righthand.eep
keyboards/minidox/split_util.h
tmk_core/common/eeconfig.h

index b9666a74c01f0481a2bb9ea3d8905dbc8cdcf9a9..e5a7bc1e5726e69f23e046982c7fd9870760ea8c 100644 (file)
@@ -1,2 +1,2 @@
-:0B0000000000000000000000000001F4\r
+:0F000000000000000000000000000000000001F0\r
 :00000001FF\r
index 94cc5be7fc684ef07d8412e5296e3708bc44a27d..7ea44f52ef742a2d0cc54906ffca9fce50ac7b6c 100644 (file)
@@ -1,2 +1,2 @@
-:0B0000000000000000000000000000F5\r
+:0F000000000000000000000000000000000000F1\r
 :00000001FF\r
index 3ae76c209ad7324f3aea4b0d680ce0c417c4c3d8..595a0659e1dd3b66aafa9fe29a7dddeba7c277ce 100644 (file)
@@ -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
 
index ce60ca86615cd1df35eee18d4897734f7c219b0d..1397a90c79ff1a3203d4af696d89d3d3fec8764a 100644 (file)
@@ -35,6 +35,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define EECONFIG_RGBLIGHT                           (uint32_t *)8
 #define EECONFIG_UNICODEMODE                        (uint8_t *)12
 #define EECONFIG_STENOMODE                          (uint8_t *)13
+// EEHANDS for two handed boards
+#define EECONFIG_HANDEDNESS                                    (uint8_t *)14
 
 
 /* debug bit */