mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Fix Lily58 Lite Rev3 reversed columns (#24968)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP8", "GP7", "GP6", "GP5", "GP4", "GP3"],
|
||||
"cols": ["GP3", "GP4", "GP5", "GP6", "GP7", "GP8"],
|
||||
"rows": ["GP13", "GP12", "GP11", "GP10", "GP9"]
|
||||
},
|
||||
"features": {
|
||||
|
||||
Reference in New Issue
Block a user