qmk_firmware/keyboards/ncc1701kb/info.json

33 lines
627 B
JSON
Raw Normal View History

{
"keyboard_name": "NCC-1701-KB",
"manufacturer": "J2L Designs",
"url": "",
"maintainer": "jessel92",
"usb": {
"vid": "0xFEED",
"pid": "0x1701",
"device_version": "0.0.1"
},
"backlight": {
"pin": "B7",
"breathing": true
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0},
{"label":"Encoder", "x":1, "y":0},
{"x":2, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":0, "y":2},
{"x":1, "y":2},
{"x":2, "y":2}
]
}
}
}