Move matrix config to info.json, part 2 (#19987)
This commit is contained in:
@@ -19,22 +19,6 @@
|
||||
/* select keyboard master board - I2C or Serial communication master */
|
||||
#define MASTER_RIGHT
|
||||
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2}
|
||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5}
|
||||
|
||||
#define MATRIX_COL_PINS_RIGHT {F7, F6, F5, F4, B5, B4, E6}
|
||||
#define MATRIX_ROW_PINS_RIGHT { D1, D0, D4, C6, D7, D3} // TX
|
||||
|
||||
|
||||
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
||||
|
||||
/*************************************/
|
||||
/** public parameter **/
|
||||
/*************************************/
|
||||
|
||||
Reference in New Issue
Block a user