Move matrix config to info.json, part 4 (#20001)
This commit is contained in:
@@ -19,12 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ A2, B8, A8, B9 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ B0, B1, B10, B3, B4, B5 }
|
||||
|
||||
/* Handedness. */
|
||||
#define SPLIT_HAND_PIN A3 // High -> left, Low -> right.
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "B10", "B3", "B4", "B5"],
|
||||
"rows": ["A2", "B8", "A8", "B9"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "BLACKPILL_STM32_F411"
|
||||
|
@@ -18,9 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB settings. */
|
||||
#define RGBLED_NUM 42
|
||||
#define RGBLED_SPLIT \
|
||||
|
@@ -18,12 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, F7, F6, B6 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ B4, E6, C6, B1, B3, B2 }
|
||||
|
||||
/* Handedness. */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "E6", "C6", "B1", "B3", "B2"],
|
||||
"rows": ["B5", "F7", "F6", "B6"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
|
@@ -17,12 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ F7, C6, D4, B5 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ F6, F5, B6, D7, E6, B4 }
|
||||
|
||||
/* Handedness. */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F6", "F5", "B6", "D7", "E6", "B4"],
|
||||
"rows": ["F7", "C6", "D4", "B5"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
|
@@ -17,12 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ GP26, GP5, GP4, GP9 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ GP27, GP28, GP15, GP6, GP7, GP8 }
|
||||
|
||||
/* Handedness. */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP27", "GP28", "GP15", "GP6", "GP7", "GP8"],
|
||||
"rows": ["GP26", "GP5", "GP4", "GP9"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"soft_serial_pin": "GP1"
|
||||
},
|
||||
|
@@ -17,12 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ GP26, GP5, GP4, GP9 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ GP27, GP28, GP21, GP6, GP7, GP8 }
|
||||
|
||||
/* Handedness. */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP27", "GP28", "GP21", "GP6", "GP7", "GP8"],
|
||||
"rows": ["GP26", "GP5", "GP4", "GP9"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"soft_serial_pin": "GP1"
|
||||
},
|
||||
|
@@ -17,12 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ F7, C6, D4, B5 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ F6, F5, B6, D7, E6, B4 }
|
||||
|
||||
/* Handedness. */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F6", "F5", "B6", "D7", "E6", "B4"],
|
||||
"rows": ["F7", "C6", "D4", "B5"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
|
Reference in New Issue
Block a user