1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
{
"keyboard_name": "elephant42",
"manufacturer": "illness072",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/elephant42",
"maintainer": "illness072",
"usb": {
"vid": "0x4649",
"pid": "0x0721",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label":"Tab", "x":0, "y":1.6},
{"label":"Q", "x":1, "y":1.1},
{"label":"W", "x":2, "y":0.3},
{"label":"E", "x":3, "y":0},
{"label":"R", "x":4, "y":0.6},
{"label":"T", "x":5, "y":0.8},
{"label":"Y", "x":10.5, "y":0.8},
{"label":"U", "x":11.5, "y":0.6},
{"label":"I", "x":12.5, "y":0},
{"label":"O", "x":13.5, "y":0.3},
{"label":"P", "x":14.5, "y":1.1},
{"label":"\\", "x":15.5, "y":1.6},
{"label":"Ctrl", "x":0, "y":2.6},
{"label":"A", "x":1, "y":2.1},
{"label":"S", "x":2, "y":1.3},
{"label":"D", "x":3, "y":1},
{"label":"F", "x":4, "y":1.6},
{"label":"G", "x":5, "y":1.8},
{"label":"H", "x":10.5, "y":1.8},
{"label":"J", "x":11.5, "y":1.6},
{"label":"K", "x":12.5, "y":1},
{"label":"L", "x":13.5, "y":1.3},
{"label":":", "x":14.5, "y":2.1},
{"label":"\"", "x":15.5, "y":2.6},
{"label":"Z", "x":1, "y":3.1},
{"label":"X", "x":2, "y":2.3},
{"label":"C", "x":3, "y":2},
{"label":"V", "x":4, "y":2.6},
{"label":"B", "x":5, "y":2.8},
{"label":"N", "x":10.5, "y":2.8},
{"label":"M", "x":11.5, "y":2.6},
{"label":"<", "x":12.5, "y":2},
{"label":">", "x":13.5, "y":2.3},
{"label":"?", "x":14.5, "y":3.1},
{"label":"Alt", "x":3.5, "y":4.0},
{"label":"Cmd", "x":4.5, "y":4.0},
{"label":"Lower", "x":5.5, "y":4.0},
{"label":"Shift", "x":6.5, "y":4.0},
{"label":"Del", "x":9.25, "y":4.0},
{"label":"Raise", "x":10.25, "y":4.0},
{"label":"Enter", "x":11.25, "y":4.0},
{"label":"Backspace", "x":12.25, "y":4.0}
]
}
}
}
|