qmk_firmware/keyboards/handwired/splittest/info.json

25 lines
493 B
JSON

{
"keyboard_name": "Split Tester",
"manufacturer": "Keebio",
"url": "",
"maintainer": "nooges",
"usb": {
"vid": "0xCB10",
"pid": "0x1111",
"device_version": "1.0.0"
},
"rgblight": {
"led_count": 12,
"split_count": [6, 6]
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 1, "y": 0}
]
}
}
}