summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/config.h
diff options
context:
space:
mode:
authorclimbalima2016-11-10 20:03:24 -0500
committerclimbalima2016-11-10 20:03:24 -0500
commitb5cecb4cc9df2d541050a9a95f48c1d5fb796ae4 (patch)
tree5603f3ee5774c11b103214a2d8e339291be1b42b /keyboards/lets_split/config.h
parent6e27f6fbde47804035d508eb84690ed7ee9acee7 (diff)
Added both revisions into one folder
Diffstat (limited to 'keyboards/lets_split/config.h')
-rw-r--r--keyboards/lets_split/config.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h
index bf618704c..245529ae0 100644
--- a/keyboards/lets_split/config.h
+++ b/keyboards/lets_split/config.h
@@ -28,15 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT Lets Split v2
#define DESCRIPTION A split keyboard for the cheap makers
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 6
-
-// wiring of each half
-#define MATRIX_ROW_PINS { D7, E6, B4, B5 }
-#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
-
#define CATERINA_BOOTLOADER
// #define USE_I2C
@@ -94,5 +85,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
+#ifdef SUBPROJECT_rev1
+ #include "rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+ #include "rev2/config.h"
+#endif
#endif \ No newline at end of file