]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 project...
authorJimmy Chan <jchan@linkedin.com>
Mon, 6 Feb 2017 16:42:38 +0000 (08:42 -0800)
committerJimmy Chan <jchan@linkedin.com>
Tue, 7 Feb 2017 20:30:24 +0000 (12:30 -0800)
if you compare split_util.h with the original project by ahtn, the
address we look for isLeftHand config went from addr 7 to addr 10
(decimal). The EEP files were not updated.

EE_HANDS should not be enabled by default since it's more confusing for
most users

keyboards/lets_split/Makefile
keyboards/lets_split/eeprom-lefthand.eep
keyboards/lets_split/eeprom-righthand.eep
keyboards/lets_split/keymaps/serial/config.h

index 4e2a6f00fd8ea2e3d2f25fa611a2cba9d6d98783..f5c87d4d65ea43c2f615dc0a854e609ee5945855 100644 (file)
@@ -1,3 +1,5 @@
+SUBPROJECT_DEFAULT = rev2
+
 ifndef MAKEFILE_INCLUDED
        include ../../Makefile
-endif
\ No newline at end of file
+endif
index a92200b124ae856913d6301b661219bc0dcc84b7..b9666a74c01f0481a2bb9ea3d8905dbc8cdcf9a9 100644 (file)
@@ -1,2 +1,2 @@
-:080000000000000000000001F7\r
+:0B0000000000000000000000000001F4\r
 :00000001FF\r
index 91a68317045af0d7715388812f89c64a2c39567b..94cc5be7fc684ef07d8412e5296e3708bc44a27d 100644 (file)
@@ -1,2 +1,2 @@
-:080000000000000000000000F8\r
+:0B0000000000000000000000000000F5\r
 :00000001FF\r
index 0e59b191b87e377938de156522c3179f7686da78..753f422dd842d8c3d4caf3efaab11bdb97a3dfc3 100644 (file)
@@ -18,7 +18,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define USE_SERIAL
 
-#define EE_HANDS
+// #define EE_HANDS
 
 
 #ifdef SUBPROJECT_rev1
@@ -29,4 +29,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #endif
 #ifdef SUBPROJECT_rev2fliphalf
        #include "../../rev2fliphalf/config.h"
-#endif
\ No newline at end of file
+#endif