Browse Source

add options to config.h

Jack Humbert 9 years ago
parent
commit
dd2522ba8b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      keyboards/lets_split/config.h

+ 5 - 2
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
 #define DESCRIPTION     A split keyboard for the cheap makers
 
 
 /* key matrix size */
 /* key matrix size */
+// Rows are doubled-up
 #define MATRIX_ROWS 8
 #define MATRIX_ROWS 8
 #define MATRIX_COLS 6
 #define MATRIX_COLS 6
 
 
@@ -38,8 +39,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 #define USE_I2C
 #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 */
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW
 #define DIODE_DIRECTION COL2ROW