forked from mirrors/qmk_firmware
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"keyboard_name": "The Stick",
|
|
"manufacturer": "Keebio",
|
|
"url": "https://keeb.io",
|
|
"maintainer": "nooges",
|
|
"usb": {
|
|
"vid": "0xCB10",
|
|
"pid": "0x111C",
|
|
"device_version": "1.0.0"
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "D1", "pin_b": "D0"},
|
|
{"pin_a": "D4", "pin_b": "C6"}
|
|
]
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"matrix_pins": {
|
|
"direct": [
|
|
["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
|
|
]
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{ "x": 0, "y": 0, "matrix": [0, 0] },
|
|
{ "x": 1, "y": 0, "matrix": [0, 1] },
|
|
{ "x": 2, "y": 0, "matrix": [0, 2] },
|
|
{ "x": 3, "y": 0, "matrix": [0, 3] },
|
|
{ "x": 4, "y": 0, "matrix": [0, 4] },
|
|
{ "x": 5, "y": 0, "matrix": [0, 5] },
|
|
{ "x": 6, "y": 0, "matrix": [0, 6] },
|
|
{ "x": 7, "y": 0, "matrix": [0, 7] },
|
|
{ "x": 8, "y": 0, "matrix": [0, 8] },
|
|
{ "x": 9, "y": 0, "matrix": [0, 9] },
|
|
{ "x": 10, "y": 0, "matrix": [0, 10] },
|
|
{ "x": 11, "y": 0, "matrix": [0, 11] }
|
|
]
|
|
}
|
|
}
|
|
}
|