mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 06:30:17 +00:00
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"keyboard_name": "Dilemma (3x5+2) Assembled",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"mousekey": true,
|
|
"extrakey": true,
|
|
"pointing_device": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP8", "GP9", "GP7", "GP6", "GP27"],
|
|
"rows": ["GP4", "GP5", "GP28", "GP26"]
|
|
},
|
|
"diode_direction": "ROW2COL",
|
|
"split": {
|
|
"enabled": true,
|
|
"soft_serial_pin": "GP1"
|
|
},
|
|
"processor": "RP2040",
|
|
"bootloader": "rp2040"
|
|
}
|