mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 10:21:31 -04:00
Fix repeated entries in row pins (typo)
Surprised this still compiled!
This commit is contained in:
parent
80c3b646d4
commit
782141a581
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],
|
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],
|
||||||
"rows": ["GP12", "GP8", "GP9", "GP1", "GP6", "GP1", "GP6", "GP2", "GP22", "GP0", "GP13", "GP14", "GP18", "GP17", "GP5"]
|
"rows": ["GP12", "GP8", "GP9", "GP1", "GP6", "GP2", "GP22", "GP0", "GP13", "GP14", "GP18", "GP17", "GP5"]
|
||||||
},
|
},
|
||||||
"processor": "RP2040",
|
"processor": "RP2040",
|
||||||
"url": "",
|
"url": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue