]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add options to config.h
authorJack Humbert <jack.humb@gmail.com>
Wed, 6 Jul 2016 03:52:18 +0000 (23:52 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 6 Jul 2016 03:52:18 +0000 (23:52 -0400)
keyboards/lets_split/config.h

index e68787e0b5d861e45a01935660645f8f4b7b882b..5937ca44e2c16d21374f0d99d0fe69c6c8f08487 100644 (file)
@@ -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