Move matrix config to info.json, part 7 (#20020)
This commit is contained in:
@@ -15,10 +15,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
|
||||
#define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 }
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define TAPPING_TERM 100
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x4C43",
|
||||
"device_version": "30.3.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B3", "B1", "F7", "F6", "F5", "F4"],
|
||||
"rows": ["D4", "C6", "D7", "E6", "B4"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
|
Reference in New Issue
Block a user