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
|
{
"keyboard_name": "FM2U",
"manufacturer": "Botanical Keyboards",
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0x6969",
"pid": "0x0001",
"device_version": "0.0.1"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"matrix_pins": {
"direct": [
["C4"]
]
},
"layout_aliases": {
"LAYOUT_100u": "LAYOUT_1u",
"LAYOUT_125u": "LAYOUT_1u25",
"LAYOUT_150u": "LAYOUT_1u5",
"LAYOUT_175u": "LAYOUT_1u75",
"LAYOUT_200u": "LAYOUT_2u",
"LAYOUT_225u": "LAYOUT_2u25",
"LAYOUT_275u": "LAYOUT_2u75",
"LAYOUT_300u": "LAYOUT_3u",
"LAYOUT_600u": "LAYOUT_6u",
"LAYOUT_625u": "LAYOUT_6u25",
"LAYOUT_700u": "LAYOUT_7u",
"LAYOUT_iso": "LAYOUT_isoenter"
},
"layouts": {
"LAYOUT_1u": {
"layout": [
{"x": 0, "y": 0, "matrix": [0, 0]}
]
},
"LAYOUT_1u25": {
"layout": [
{"x": 0, "y": 0, "w": 1.25, "matrix": [0, 0]}
]
},
"LAYOUT_1u5": {
"layout": [
{"x": 0, "y": 0, "w": 1.5, "matrix": [0, 0]}
]
},
"LAYOUT_1u75": {
"layout": [
{"x": 0, "y": 0, "w": 1.75, "matrix": [0, 0]}
]
},
"LAYOUT_2u": {
"layout": [
{"x": 0, "y": 0, "w": 2, "matrix": [0, 0]}
]
},
"LAYOUT_2u25": {
"layout": [
{"x": 0, "y": 0, "w": 2.25, "matrix": [0, 0]}
]
},
"LAYOUT_2u75": {
"layout": [
{"x": 0, "y": 0, "w": 2.75, "matrix": [0, 0]}
]
},
"LAYOUT_3u": {
"layout": [
{"x": 0, "y": 0, "w": 3, "matrix": [0, 0]}
]
},
"LAYOUT_6u": {
"layout": [
{"x": 0, "y": 0, "w": 6, "matrix": [0, 0]}
]
},
"LAYOUT_6u25": {
"layout": [
{"x": 0, "y": 0, "w": 6.25, "matrix": [0, 0]}
]
},
"LAYOUT_7u": {
"layout": [
{"x": 0, "y": 0, "w": 7, "matrix": [0, 0]}
]
},
"LAYOUT_isoenter": {
"layout": [
{"x": 0.25, "y": 0, "w": 1.25, "h": 2, "matrix": [0, 0]}
]
}
}
}
|