qmk-keychron-q3-colemak-dh/keyboards/vial_example/vial_atmega32u4/info.json
2024-04-14 19:40:41 -06:00

34 lines
874 B
JSON

{
"manufacturer": "Vial",
"keyboard_name": "ATmega32u4 example",
"maintainer": "xyz",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B4", "B5"],
"rows": ["D7", "E6"]
},
"processor": "atmega32u4",
"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}
]
}
}
}