Move matrix config to info.json, part 7 (#20020)
This commit is contained in:
parent
ace372d90d
commit
caa8c81086
421 changed files with 1081 additions and 3038 deletions
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0083",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "B10", "A8", "A10", "B15", "A15", "B5", "B8", "C13"],
|
||||
"rows": ["B12", "B13", "B14", "B3", "B4", "B9"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "A0",
|
||||
"on_state": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue