mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 14:10:13 +00:00
Fixed switched row/column config
This commit is contained in:
parent
2f5e18d587
commit
7cb58756ce
@ -78,8 +78,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["GP9", "GP10", "GP11", "GP12", "GP13"],
|
"rows": ["GP9", "GP10", "GP11", "GP12", "GP13"],
|
||||||
"rows": ["GP1", "GP2", "GP3", "GP4", "GP5", "GP8"]
|
"cols": ["GP1", "GP2", "GP3", "GP4", "GP5", "GP8"]
|
||||||
},
|
},
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"encoder": {
|
"encoder": {
|
||||||
|
Loading…
Reference in New Issue
Block a user