Move matrix config to info.json, part 6 (#20019)
This commit is contained in:
parent
9e64300e67
commit
76cc7fe109
702 changed files with 1779 additions and 5015 deletions
|
@ -3,14 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* Keyboard Matrix Assignment s*/
|
||||
#define MATRIX_ROW_PINS { B3, B2, F4, F5, F6 }
|
||||
#define MATRIX_COL_PINS { F0, F1, F7, B1, D0, D1, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6, C7 }
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* RGB */
|
||||
#define RGB_DI_PIN E6
|
||||
#ifdef RGB_DI_PIN
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x5335",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "F7", "B1", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
||||
"rows": ["B3", "B2", "F4", "F5", "F6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "B0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue