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