Move matrix config to info.json, part 6 (#20019)
This commit is contained in:
@@ -16,11 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_ROW_PINS { B12, B13, B14, B15, A8 , A9, A10}
|
||||
#define MATRIX_COL_PINS { B1, B0, A7, A6, A5, A4}
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// in col2row col is input, and row is output
|
||||
// #define SPLIT_HAND_MATRIX_GRID A10, A4
|
||||
// 68kohm
|
||||
|
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["B1", "B0", "A7", "A6", "A5", "A4"],
|
||||
"rows": ["B12", "B13", "B14", "B15", "A8", "A9", "A10"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
"matrix": [7, 0]
|
||||
|
@@ -16,13 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }
|
||||
#define MATRIX_ROW_PINS { F5, F6, F7, B1, B3, B2, B6 }
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// WS2812 RGB LED strip input and number of LEDs
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 12
|
||||
|
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
||||
"rows": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user