summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/i2c/config.h
diff options
context:
space:
mode:
authorJimmy Chan2017-02-06 10:03:48 -0800
committerJimmy Chan2017-02-07 12:36:52 -0800
commit56d2198b3d85f112317b4b0d09d5cf6a5c915db8 (patch)
tree4793a10faaa502340a6dc9322f07856f451cf9de /keyboards/lets_split/keymaps/i2c/config.h
parent048ef311dc5a92d736c8b0778334bfa82f8f42a8 (diff)
rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well
Diffstat (limited to 'keyboards/lets_split/keymaps/i2c/config.h')
-rw-r--r--keyboards/lets_split/keymaps/i2c/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/lets_split/keymaps/i2c/config.h b/keyboards/lets_split/keymaps/i2c/config.h
index 332c990fc..013542731 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