mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-18 05:05:40 +00:00
Fix Lily58 Lite Rev3 reversed columns (#24968)
This commit is contained in:
parent
cc09f17111
commit
b2ee1612fa
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["GP8", "GP7", "GP6", "GP5", "GP4", "GP3"],
|
"cols": ["GP3", "GP4", "GP5", "GP6", "GP7", "GP8"],
|
||||||
"rows": ["GP13", "GP12", "GP11", "GP10", "GP9"]
|
"rows": ["GP13", "GP12", "GP11", "GP10", "GP9"]
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
|
Loading…
Reference in New Issue
Block a user