2020-11-01 10:53:17 -08:00
|
|
|
{
|
|
|
|
"keyboard_name": "Twokey",
|
2022-08-03 00:03:47 -07:00
|
|
|
"manufacturer": "Keys of Kings",
|
2020-11-01 10:53:17 -08:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "Keys of Kings",
|
2022-08-03 00:03:47 -07:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xFEED",
|
|
|
|
"pid": "0xAE12",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-06-17 21:39:07 -07:00
|
|
|
"rgblight": {
|
2023-06-24 00:37:54 -07:00
|
|
|
"hue_steps": 4,
|
|
|
|
"saturation_steps": 4,
|
|
|
|
"brightness_steps": 4,
|
2023-06-17 21:39:07 -07:00
|
|
|
"led_count": 5
|
|
|
|
},
|
2023-04-06 01:00:54 -07:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "D3"
|
|
|
|
},
|
2023-03-10 09:59:07 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B3", "B2"],
|
|
|
|
"rows": ["B4", "B5"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 14:45:12 -08:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "D7", "pin_b": "E6", "resolution": 1}
|
|
|
|
]
|
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2020-11-01 10:53:17 -08:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-04 22:46:59 -07:00
|
|
|
{"matrix": [0, 0], "x": 0.5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.5}
|
2020-11-01 10:53:17 -08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|