[Core] PWM Backlight for RP2040 (#17706)

This commit is contained in:
Stefan Kerkmann
2022-10-04 23:10:24 +02:00
committed by GitHub
parent b6ea8837e4
commit 996a9006d3
14 changed files with 107 additions and 22 deletions

View File

@@ -6,7 +6,10 @@
"cols": ["GP4"],
"rows": ["GP5"]
},
"backlight": {
"pin": "GP25"
},
"rgblight": {
"pin": "A1"
"pin": "GP25"
}
}