diff options
author | Jimmy Chan <jchan@linkedin.com> | 2017-02-06 08:42:38 -0800 |
---|---|---|
committer | Jimmy Chan <jchan@linkedin.com> | 2017-02-07 12:30:24 -0800 |
commit | 9c02e2ab49f020218f39f386fcbe2edfcea3d810 (patch) | |
tree | 69cb67d46189e39c93a6fd744d37650dcaca814a /keyboards/lets_split/keymaps/serial | |
parent | d639bd2021b697849bb11e521fc142292ab7e023 (diff) |
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
Diffstat (limited to 'keyboards/lets_split/keymaps/serial')
-rw-r--r-- | keyboards/lets_split/keymaps/serial/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |