blob: cf1d79d250c4a7705fb1afea7f37f265b9aa5c1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"keyboard_name": "Twokey",
"manufacturer": "Keys of Kings",
"url": "",
"maintainer": "Keys of Kings",
"usb": {
"vid": "0xFEED",
"pid": "0xAE12",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0.5, "y": 0},
{"x": 0, "y": 1.5},
{"x": 1, "y": 1.5}
]
}
}
}
|