Fix repeated entries in row pins (typo)

Surprised this still compiled!
This commit is contained in:
Peter Cock 2025-07-04 12:52:29 +09:00 committed by GitHub
commit 782141a581
Failed to generate hash of commit

View file

@ -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": "",