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
|
{
"keyboard_name": "eggman",
"manufacturer": "qpockets",
"url": "",
"maintainer": "qpockets",
"usb": {
"vid": "0x7170",
"pid": "0x656D",
"device_version": "10.0.0"
},
"matrix_pins": {
"cols": ["B7", "B4", "B3", "B2", "D3", "D2", "D1"],
"rows": ["C4", "C5", "C2", "D0", "B5", "B6", "D6"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "C6", "pin_b": "C7"},
{"pin_a": "D4", "pin_b": "D5"}
]
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_default": {
"layout": [
{"label":"RE", "x":4.25, "y":0},
{"label":"RE", "x":6.25, "y":0},
{"label":"Q", "x":0, "y":0.75},
{"label":"W", "x":1, "y":0.5},
{"label":"E", "x":2, "y":0.25},
{"label":"R", "x":3, "y":0.75},
{"label":"T", "x":4, "y":1},
{"label":"Delete", "x":5, "y":1, "w":1.5},
{"label":"Y", "x":6.5, "y":1},
{"label":"U", "x":7.5, "y":0.75},
{"label":"I", "x":8.5, "y":0.25},
{"label":"O", "x":9.5, "y":0.5},
{"label":"P", "x":10.5, "y":0.75},
{"label":"A", "x":0, "y":1.75},
{"label":"S", "x":1, "y":1.5},
{"label":"D", "x":2, "y":1.25},
{"label":"F", "x":3, "y":1.75},
{"label":"G", "x":4, "y":2},
{"label":"Tab", "x":5, "y":2, "w":1.5},
{"label":"H", "x":6.5, "y":2},
{"label":"J", "x":7.5, "y":1.75},
{"label":"K", "x":8.5, "y":1.25},
{"label":"L", "x":9.5, "y":1.5},
{"label":"\"", "x":10.5, "y":1.75},
{"label":"Z", "x":0, "y":2.75},
{"label":"X", "x":1, "y":2.5},
{"label":"C", "x":2, "y":2.25},
{"label":"V", "x":3, "y":2.75},
{"label":"B", "x":4, "y":3},
{"label":"Shift", "x":5, "y":3, "w":1.5},
{"label":"N", "x":6.5, "y":3},
{"label":"M", "x":7.5, "y":2.75},
{"label":"<", "x":8.5, "y":2.25},
{"label":">", "x":9.5, "y":2.5},
{"label":"?", "x":10.5, "y":2.75},
{"label":"Ctrl", "x":2.5, "y":4, "w":1.25},
{"label":"Backspace", "x":3.75, "y":4, "w":2},
{"label":"Space", "x":5.75, "y":4, "w":2},
{"label":"Alt", "x":7.75, "y":4, "w":1.25}]
}
}
}
|