keychron_qmk_firmware/keyboards/jaykeeb/aumz_work/info.json
2024-07-13 06:24:11 -07:00

28 lines
691 B
JSON

{
"manufacturer": "Jaykeeb Studio",
"maintainer": "Alabahuy",
"processor": "RP2040",
"bootloader": "rp2040",
"url": "",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"usb": {
"vid": "0x414C"
},
"matrix_pins": {
"cols": ["GP24", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
"rows": ["GP29", "GP0", "GP15", "GP26", "GP27"]
},
"indicators": {
"caps_lock": "GP25",
"on_state": 0
}
}