[INIT-MIGRATION] from qmk @ d575bf7ddcb66849a449aa5f714eb926644862ec

This commit is contained in:
Daveanand Mannie
2025-12-30 22:21:36 -05:00
commit 7642493f2c
22 changed files with 1133 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"bootloader": "rp2040",
"matrix_pins": {
"cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7"],
"rows": ["GP14", "GP15", "GP16", "GP17", "GP18"]
},
"processor": "RP2040",
"encoder": {
"rotary": [
{"pin_a": "GP8", "pin_b": "GP9"}
]
},
"split": {
"serial": {
"driver": "vendor"
}
},
"ws2812": {
"pin": "GP29",
"driver": "vendor"
}
}