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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
{
"keyboard_name": "Lime",
"manufacturer": "HellSingCoder",
"url": "https://github.com/HellSingCoder/LimeKeyboard",
"maintainer": "HellSingCoder",
"usb": {
"vid": "0x0666",
"pid": "0x2784",
"device_version": "0.0.1"
},
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F4", "resolution": 2}
]
},
"split": {
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "F4", "pin_b": "F5", "resolution": 2}
]
}
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
{"label":"Esc", "x":0, "y":0.5},
{"label":"1!", "x":1, "y":0.38},
{"label":"2@", "x":2, "y":0.13},
{"label":"3#", "x":3, "y":0},
{"label":"4$", "x":4, "y":0.13},
{"label":"5%", "x":5, "y":0.25},
{"label":"6^", "x":9, "y":0.25},
{"label":"7&", "x":10, "y":0.13},
{"label":"8*", "x":11, "y":0},
{"label":"9(", "x":12, "y":0.13},
{"label":"0)", "x":13, "y":0.38},
{"label":"Backspace", "x":14, "y":0.5},
{"label":"Tab", "x":0, "y":1.5},
{"label":"Q", "x":1, "y":1.38},
{"label":"W", "x":2, "y":1.13},
{"label":"E", "x":3, "y":1},
{"label":"R", "x":4, "y":1.13},
{"label":"T", "x":5, "y":1.25},
{"label":"Y", "x":9, "y":1.25},
{"label":"U", "x":10, "y":1.13},
{"label":"I", "x":11, "y":1},
{"label":"O", "x":12, "y":1.13},
{"label":"P", "x":13, "y":1.38},
{"label":"`~", "x":14, "y":1.5},
{"label":"Caps Lock", "x":0, "y":2.5},
{"label":"A", "x":1, "y":2.38},
{"label":"S", "x":2, "y":2.13},
{"label":"D", "x":3, "y":2},
{"label":"F", "x":4, "y":2.13},
{"label":"G", "x":5, "y":2.25},
{"label":"H", "x":9, "y":2.25},
{"label":"J", "x":10, "y":2.13},
{"label":"K", "x":11, "y":2},
{"label":"L", "x":12, "y":2.13},
{"label":";:", "x":13, "y":2.38},
{"label":"'\"", "x":14, "y":2.5},
{"label":"Shift", "x":0, "y":3.5},
{"label":"Z", "x":1, "y":3.38},
{"label":"X", "x":2, "y":3.13},
{"label":"C", "x":3, "y":3},
{"label":"V", "x":4, "y":3.13},
{"label":"B", "x":5, "y":3.25},
{"label":"Joystick", "x":6, "y":3.25},
{"label":"Encoder", "x":8, "y":3.25},
{"label":"N", "x":9, "y":3.25},
{"label":"M", "x":10, "y":3.13},
{"label":",<", "x":11, "y":3},
{"label":".>", "x":12, "y":3.13},
{"label":"/?", "x":13, "y":3.38},
{"label":"\\|", "x":14, "y":3.5},
{"label":"Lower", "x":0.35, "y":4.5},
{"label":"OS", "x":1.35, "y":4.38},
{"label":"Alt", "x":2.35, "y":4.13},
{"label":"Del", "x":3.35, "y":4.13},
{"label":"Ctrl", "x":4.55, "y":4.5},
{"label":"Enter", "x":5.75, "y":4.25, "h":1.25},
{"label":"Space", "x":8.25, "y":4.25, "h":1.25},
{"label":"Raise", "x":9.45, "y":4.5},
{"label":"[{", "x":10.65, "y":4.13},
{"label":"]}", "x":11.65, "y":4.13},
{"label":"-_", "x":12.65, "y":4.38},
{"label":"=+", "x":13.65, "y":4.5}
]
}
}
}
|