summaryrefslogtreecommitdiff
path: root/keyboards/edinburgh41/info.json
blob: 6a8d8b4bf91f080dbc6aec84a8716695b1eaa5ad (plain)
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
{
    "manufacturer": "L. Mistry",
    "keyboard_name": "edinburgh41",
    "maintainer": "schwarzer-geiger",
    "bootloader": "atmel-dfu",
    "processor": "atmega32u4",
    "url": "https://github.com/schwarzer-geiger/Edinburgh41",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x0000",
        "vid": "0xFEED"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"K00", "x":0, "y":0.54},
                {"label":"K01", "x":1, "y":0.36},
                {"label":"K02", "x":2, "y":0.18},
                {"label":"K03", "x":3, "y":0},
                {"label":"K04", "x":4, "y":0.18},
                {"label":"K05", "x":5, "y":0.36},

                {"label":"K30", "x":7, "y":0.36},
                {"label":"K31", "x":8, "y":0.18},
                {"label":"K32", "x":9, "y":0},
                {"label":"K33", "x":10, "y":0.18},
                {"label":"K34", "x":11, "y":0.36},
                {"label":"K35", "x":12, "y":0.54},

                {"label":"K10", "x":0, "y":1.54},
                {"label":"K11", "x":1, "y":1.36},
                {"label":"K12", "x":2, "y":1.18},
                {"label":"K13", "x":3, "y":1},
                {"label":"K14", "x":4, "y":1.18},
                {"label":"K15", "x":5, "y":1.36},

                {"label":"K40", "x":7, "y":1.36},
                {"label":"K41", "x":8, "y":1.18},
                {"label":"K42", "x":9, "y":1},
                {"label":"K43", "x":10, "y":1.18},
                {"label":"K44", "x":11, "y":1.36},
                {"label":"K45", "x":12, "y":1.54},

                {"label":"K20", "x":0, "y":2.54},
                {"label":"K21", "x":1, "y":2.36},
                {"label":"K22", "x":2, "y":2.18},
                {"label":"K23", "x":3, "y":2},
                {"label":"K24", "x":4, "y":2.18},
                {"label":"K25", "x":5, "y":2.36},

                {"label":"K50", "x":7, "y":2.36},
                {"label":"K51", "x":8, "y":2.18},
                {"label":"K52", "x":9, "y":2},
                {"label":"K53", "x":10, "y":2.18},
                {"label":"K54", "x":11, "y":2.36},
                {"label":"K55", "x":12, "y":2.54},

                {"label":"K60", "x":2.875, "y":3.54, "w":1.25},
                {"label":"K61", "x":4.125, "y":3.54, "w":1.25},
                {"label":"K62", "x":5.375, "y":3.54, "w":2.25},
                {"label":"K63", "x":7.625, "y":3.54, "w":1.25},
                {"label":"K64", "x":8.875, "y":3.54, "w":1.25}
            ]
        }
    }
}