forked from mirrors/qmk_firmware
29 lines
454 B
JSON
29 lines
454 B
JSON
{
|
|
"keyboard_name": "1K",
|
|
"manufacturer": "MakotoKurauchi",
|
|
"url": "",
|
|
"maintainer": "MakotoKurauchi",
|
|
"usb": {
|
|
"vid": "0x0009",
|
|
"pid": "0x0001",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"rgblight": {
|
|
"led_count": 1
|
|
},
|
|
"ws2812": {
|
|
"pin": "B2"
|
|
},
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["B0"]
|
|
]
|
|
},
|
|
"layouts": {
|
|
"LAYOUT_ortho_1x1": {
|
|
"layout": [
|
|
{"x": 0, "y": 0, "matrix": [0, 0]}
|
|
]
|
|
}
|
|
}
|
|
}
|