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
|
{
"keyboard_name": "5x5_macropad",
"manufacturer": "m40",
"url": "https://www.thingiverse.com/thing:5239739",
"maintainer": "m40-dev",
"usb": {
"vid": "0xFEED",
"pid": "0x0000",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_ortho_5x5": {
"layout": [
{"label":"K000", "x":0, "y":0},
{"label":"K001", "x":1, "y":0},
{"label":"K002", "x":2, "y":0},
{"label":"K003", "x":3, "y":0},
{"label":"K004", "x":4, "y":0},
{"label":"K100", "x":0, "y":1},
{"label":"K101", "x":1, "y":1},
{"label":"K102", "x":2, "y":1},
{"label":"K103", "x":3, "y":1},
{"label":"K104", "x":4, "y":1},
{"label":"K200", "x":0, "y":2},
{"label":"K201", "x":1, "y":2},
{"label":"K202", "x":2, "y":2},
{"label":"K203", "x":3, "y":2},
{"label":"K204", "x":4, "y":2},
{"label":"K300", "x":0, "y":3},
{"label":"K301", "x":1, "y":3},
{"label":"K302", "x":2, "y":3},
{"label":"K303", "x":3, "y":3},
{"label":"K304", "x":4, "y":3},
{"label":"K400", "x":0, "y":4},
{"label":"K401", "x":1, "y":4},
{"label":"K402", "x":2, "y":4},
{"label":"K403", "x":3, "y":4},
{"label":"K404", "x":4, "y":4}
]
}
}
}
|