forked from mirrors/qmk_userspace
Move miscellaneous defines to data driven (#21382)
This commit is contained in:
parent
9ab16e62f7
commit
023035f462
69 changed files with 103 additions and 236 deletions
|
|
@ -21,7 +21,8 @@
|
|||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A0", "B11", "B0", "B10", "B12", "B2", "A8"],
|
||||
"rows": ["A1", "A3", "B3", "A13", "B15", null, null]
|
||||
"rows": ["A1", "A3", "B3", "A13", "B15", null, null],
|
||||
"io_delay": 5
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue