diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 15:46:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 15:46:29 -0500 |
commit | f5c8c5d4c854c5ae4dc586066c9b03557786c4c2 (patch) | |
tree | 4793a10faaa502340a6dc9322f07856f451cf9de /keyboards/lets_split/keymaps | |
parent | d639bd2021b697849bb11e521fc142292ab7e023 (diff) | |
parent | 56d2198b3d85f112317b4b0d09d5cf6a5c915db8 (diff) |
Merge pull request #1070 from jimmyhchan/fixSplit
Lets split readme eeprom master hand fixes
Diffstat (limited to 'keyboards/lets_split/keymaps')
-rw-r--r-- | keyboards/lets_split/keymaps/i2c/config.h | 7 | ||||
-rw-r--r-- | keyboards/lets_split/keymaps/serial/config.h | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/lets_split/keymaps/i2c/config.h b/keyboards/lets_split/keymaps/i2c/config.h index 332c990fc5..013542731e 100644 --- a/keyboards/lets_split/keymaps/i2c/config.h +++ b/keyboards/lets_split/keymaps/i2c/config.h @@ -16,8 +16,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define USE_I2C -#define I2C_MASTER_LEFT -// #define I2C_MASTER_RIGHT +#define MASTER_LEFT +// #define _MASTER_RIGHT +// #define EE_HANDS #ifdef SUBPROJECT_rev1 #include "../../rev1/config.h" @@ -27,4 +28,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 diff --git a/keyboards/lets_split/keymaps/serial/config.h b/keyboards/lets_split/keymaps/serial/config.h index 0e59b191b8..ba271d1ac6 100644 --- a/keyboards/lets_split/keymaps/serial/config.h +++ b/keyboards/lets_split/keymaps/serial/config.h @@ -18,7 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_SERIAL -#define EE_HANDS +#define MASTER_LEFT +// #define _MASTER_RIGHT +// #define EE_HANDS #ifdef SUBPROJECT_rev1 @@ -29,4 +31,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 |