forked from mirrors/qmk_firmware
32 lines
720 B
JSON
32 lines
720 B
JSON
{
|
|
"keyboard_name": "Twokey",
|
|
"manufacturer": "Keys of Kings",
|
|
"url": "",
|
|
"maintainer": "Keys of Kings",
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0xAE12",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B3", "B2"],
|
|
"rows": ["B4", "B5"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "D7", "pin_b": "E6", "resolution": 1}
|
|
]
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"x": 0.5, "y": 0},
|
|
{"x": 0, "y": 1.5},
|
|
{"x": 1, "y": 1.5}
|
|
]
|
|
}
|
|
}
|
|
}
|