aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lets_split/config.h')
-rw-r--r--keyboards/lets_split/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h
index 6f90997ab..bf618704c 100644
--- a/keyboards/lets_split/config.h
+++ b/keyboards/lets_split/config.h
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define PRODUCT_ID 0x3060 25#define PRODUCT_ID 0x3060
26#define DEVICE_VER 0x0001 26#define DEVICE_VER 0x0001
27#define MANUFACTURER Wootpatoot 27#define MANUFACTURER Wootpatoot
28#define PRODUCT Lets Split 28#define PRODUCT Lets Split v2
29#define DESCRIPTION A split keyboard for the cheap makers 29#define DESCRIPTION A split keyboard for the cheap makers
30 30
31/* key matrix size */ 31/* key matrix size */
@@ -34,8 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define MATRIX_COLS 6 34#define MATRIX_COLS 6
35 35
36// wiring of each half 36// wiring of each half
37#define MATRIX_ROW_PINS { B5, B4, E6, D7 } 37#define MATRIX_ROW_PINS { D7, E6, B4, B5 }
38#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } 38#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
39 39
40#define CATERINA_BOOTLOADER 40#define CATERINA_BOOTLOADER
41 41