forked from mirrors/qmk_firmware
035e7fdb8b
by waffle87
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|
|
}
|