Add boardsource/lulu RP2040 support (#18200)

by waffle87
This commit is contained in:
jack
2022-08-30 01:20:05 -06:00
committed by GitHub
parent f3d52d8fe8
commit 035e7fdb8b
11 changed files with 81 additions and 21 deletions

View File

@@ -0,0 +1,17 @@
{
"bootloader": "rp2040",
"matrix_pins": {
"cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7"],
"rows": ["GP14", "GP15", "GP16", "GP17", "GP18"]
},
"processor": "RP2040",
"rgblight": {
"pin": "GP29",
"led_count": 70
},
"encoder": {
"rotary": [
{ "pin_a": "GP8", "pin_b": "GP9" }
]
}
}