From 9c02e2ab49f020218f39f386fcbe2edfcea3d810 Mon Sep 17 00:00:00 2001 From: Jimmy Chan Date: Mon, 6 Feb 2017 08:42:38 -0800 Subject: [PATCH] correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 project. do not default EE_HANDS for the serial keymap 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 | 4 +++- keyboards/lets_split/eeprom-lefthand.eep | Bin 42 -> 48 bytes keyboards/lets_split/eeprom-righthand.eep | Bin 42 -> 48 bytes keyboards/lets_split/keymaps/serial/config.h | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/keyboards/lets_split/Makefile b/keyboards/lets_split/Makefile index 4e2a6f00fd..f5c87d4d65 100644 --- a/keyboards/lets_split/Makefile +++ b/keyboards/lets_split/Makefile @@ -1,3 +1,5 @@ +SUBPROJECT_DEFAULT = rev2 + ifndef MAKEFILE_INCLUDED include ../../Makefile -endif \ No newline at end of file +endif diff --git a/keyboards/lets_split/eeprom-lefthand.eep b/keyboards/lets_split/eeprom-lefthand.eep index a92200b124ae856913d6301b661219bc0dcc84b7..b9666a74c01f0481a2bb9ea3d8905dbc8cdcf9a9 100644 GIT binary patch literal 48 ZcmcCAa5BIR4Bbq4xvZe_hHh@WTmaxG2;Bex literal 42 ZcmcCAurR;|4BgCmxvZcvhHh@WTmY)-2etqJ diff --git a/keyboards/lets_split/eeprom-righthand.eep b/keyboards/lets_split/eeprom-righthand.eep index 91a68317045af0d7715388812f89c64a2c39567b..94cc5be7fc684ef07d8412e5296e3708bc44a27d 100644 GIT binary patch literal 48 YcmcCAa5BIH+)R17tf2CSZf?9>0N^GF-2eap literal 42 YcmcCAurR<1+$?yxte`T6Zf?9>0IKK*wg3PC diff --git a/keyboards/lets_split/keymaps/serial/config.h b/keyboards/lets_split/keymaps/serial/config.h index 0e59b191b8..753f422dd8 100644 --- a/keyboards/lets_split/keymaps/serial/config.h +++ b/keyboards/lets_split/keymaps/serial/config.h @@ -18,7 +18,7 @@ along with this program. If not, see . #define USE_SERIAL -#define EE_HANDS +// #define EE_HANDS #ifdef SUBPROJECT_rev1 @@ -29,4 +29,4 @@ along with this program. If not, see . #endif #ifdef SUBPROJECT_rev2fliphalf #include "../../rev2fliphalf/config.h" -#endif \ No newline at end of file +#endif