qmk_firmware/keyboards/woodkeys/bigseries/4key/info.json

26 lines
599 B
JSON
Raw Normal View History

{
"keyboard_name": "BigSeries 4-Key",
"manufacturer": "WoodKeys.click",
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0xFEED",
"pid": "0x6074",
"device_version": "0.0.2"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"debounce": 50,
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "w": 4, "h": 4},
{"x": 4, "y": 0, "w": 4, "h": 4},
{"x": 0, "y": 4, "w": 4, "h": 4},
{"x": 4, "y": 4, "w": 4, "h": 4}
]
}
}
}