qmk-keychron-q3-colemak-dh/keyboards/vial_example/vial_rp2040/info.json

34 lines
867 B
JSON
Raw Normal View History

{
"manufacturer": "Vial",
"keyboard_name": "RP2040 example",
"maintainer": "xyz",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["GP3", "GP5"],
"rows": ["GP2", "GP4"]
},
"processor": "RP2040",
"usb": {
"device_version": "0.0.1",
"pid": "0x0000",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label": "K00", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "K01", "matrix": [0, 1], "x": 1, "y": 0},
{"label": "K10", "matrix": [1, 0], "x": 2, "y": 0},
{"label": "K11", "matrix": [1, 1], "x": 3, "y": 0}
]
}
}
}