mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 00:45:13 +00:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"keyboard_name": "Charybdis Nano (3x5) Splinky",
|
|
"usb": {
|
|
"device_version": "2.0.0"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP28", "GP15", "GP6", "GP7", "GP8"],
|
|
"rows": ["GP26", "GP5", "GP4", "GP9"]
|
|
},
|
|
"diode_direction": "ROW2COL",
|
|
"split": {
|
|
"soft_serial_pin": "GP1"
|
|
},
|
|
"processor": "RP2040",
|
|
"bootloader": "rp2040"
|
|
}
|