summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-05 23:52:18 -0400
committerJack Humbert <jack.humb@gmail.com>2016-07-05 23:52:18 -0400
commitdd2522ba8b4acbf4bcd882d5e81df6410d9b69fb (patch)
tree418c978df1380a690bbfeed67491451d3fe84b21
parent22ad6459b1a9ddb5e29a553f02c0cf44c53c4b83 (diff)
add options to config.h
-rw-r--r--keyboards/lets_split/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h
index e68787e0b5..5937ca44e2 100644
--- a/keyboards/lets_split/config.h
+++ b/keyboards/lets_split/config.h
@@ -29,6 +29,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DESCRIPTION     A split keyboard for the cheap makers
 
 /* key matrix size */
+// Rows are doubled-up
 #define MATRIX_ROWS 8
 #define MATRIX_COLS 6
 
@@ -38,8 +39,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define USE_I2C
 
-// #define I2C_MASTER_LEFT
-#define I2C_MASTER_RIGHT
+// #define EE_HANDS
+
+#define I2C_MASTER_LEFT
+// #define I2C_MASTER_RIGHT
 
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW