fix: fix incorrect pin assignments

This commit is contained in:
Yudai NAKATA 2024-08-03 15:18:30 +09:00 committed by Mark Stosberg
parent 0224fc0fc7
commit c2819aa57a

View File

@ -26,12 +26,12 @@
"rgblight": true
},
"ws2812": {
"pin": "GP7",
"pin": "GP21",
"driver": "vendor"
},
"encoder": {
"rotary": [
{ "pin_a": "GP0", "pin_b": "GP0"}
{ "pin_a": "GP0", "pin_b": "GP1"}
]
},
"rgblight": {