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
|
{
"keyboard_name": "Southern Breeze",
"manufacturer": "AfternoonLabs",
"url": "afternoonlabs.com/breeze",
"maintainer": "eithanshavit",
"usb": {
"vid": "0x616C",
"pid": "0x0005",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0.375},
{"x":1, "y":0.375},
{"x":2, "y":0.375},
{"x":3.25, "y":0.375},
{"x":4.25, "y":0.375},
{"x":5.25, "y":0.125},
{"x":6.25, "y":0},
{"x":7.25, "y":0.125},
{"x":8.25, "y":0.25},
{"x":13, "y":0.25},
{"x":14, "y":0.125},
{"x":15, "y":0},
{"x":16, "y":0.125},
{"x":17, "y":0.375},
{"x":18, "y":0.375},
{"x":0, "y":1.375},
{"x":1, "y":1.375},
{"x":2, "y":1.375},
{"x":3.25, "y":1.375},
{"x":4.25, "y":1.375},
{"x":5.25, "y":1.125},
{"x":6.25, "y":1},
{"x":7.25, "y":1.125},
{"x":8.25, "y":1.25},
{"x":13, "y":1.25},
{"x":14, "y":1.125},
{"x":15, "y":1},
{"x":16, "y":1.125},
{"x":17, "y":1.375},
{"x":18, "y":1.375},
{"x":1, "y":2.375},
{"x":3.25, "y":2.375},
{"x":4.25, "y":2.375},
{"x":5.25, "y":2.125},
{"x":6.25, "y":2},
{"x":7.25, "y":2.125},
{"x":8.25, "y":2.25},
{"x":13, "y":2.25},
{"x":14, "y":2.125},
{"x":15, "y":2},
{"x":16, "y":2.125},
{"x":17, "y":2.375},
{"x":18, "y":2.375},
{"x":0, "y":3.375},
{"x":1, "y":3.375},
{"x":2, "y":3.375},
{"x":3.25, "y":3.375},
{"x":4.25, "y":3.375},
{"x":5.25, "y":3.125},
{"x":6.25, "y":3},
{"x":7.25, "y":3.125},
{"x":8.25, "y":3.25},
{"x":13, "y":3.25},
{"x":14, "y":3.125},
{"x":15, "y":3},
{"x":16, "y":3.125},
{"x":17, "y":3.375},
{"x":18, "y":3.375},
{"x":5.75, "y":4.25},
{"x":6.75, "y":4.25},
{"x":7.75, "y":4.5},
{"x":9.5, "y":3.75, "h":2, "r":30},
{"x":11.75, "y":3.75, "h":2, "r":-30},
{"x":13.5, "y":4.5},
{"x":14.5, "y":4.25},
{"x":15.5, "y":4.25}
]
}
}
}
|