Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
76cc7fe109
commit
ace372d90d
623 changed files with 1593 additions and 4581 deletions
|
|
@ -7,6 +7,11 @@
|
|||
"pid": "0x6064",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": [null, null, "F4", "F5", "F6", "F7"],
|
||||
"rows": ["B1", "E6", "D7", "C6", "D4"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B2", "pin_b": "B3"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue