qmk_firmware/keyboards/binepad/pixie/keyboard.json

50 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"manufacturer": "binepad",
"keyboard_name": "PIXIE",
"url": "http://binepad.com",
"maintainer": "binepad",
"processor": "RP2040",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"usb": {
"vid": "0x4249",
"pid": "0x5078",
"device_version": "1.0.0"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false,
"encoder": true
},
"matrix_pins": {
"cols": ["GP19", "GP4"],
"rows": ["GP28", "GP5"]
},
"encoder": {
"rotary": [
{
"pin_a": "GP18",
"pin_b": "GP17"
},
{
"pin_a": "GP20",
"pin_b": "GP21"
}
]
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0 },
{ "matrix": [0, 1], "x": 1.25, "y": 0 },
{ "matrix": [1, 0], "x": 0, "y": 1.25 },
{ "matrix": [1, 1], "x": 1.25, "y": 1.25 }
]
}
}
}