summaryrefslogtreecommitdiffstats
path: root/keyboards/alt34/rev1/info.json
blob: 791f60c2f86ec738310ffdae4417d8670a3fb395 (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
{
    "keyboard_name": "alt34",
    "manufacturer": "altosys",
    "url": "https://gitlab.com/altosys/alt34",
    "maintainer": "@altosys",
    "usb": {
        "vid": "0x1ABC",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "community_layouts": ["split_3x5_2"],
    "layouts": {
        "LAYOUT_split_3x5_2": {
            "layout": [
                {"x": 0, "y": 0.93},
                {"x": 1, "y": 0.31},
                {"x": 2, "y": 0},
                {"x": 3, "y": 0.28},
                {"x": 4, "y": 0.42},

                {"x": 7, "y": 0.42},
                {"x": 8, "y": 0.28},
                {"x": 9, "y": 0},
                {"x": 10, "y": 0.31},
                {"x": 11, "y": 0.93},

                {"x": 0, "y": 1.93},
                {"x": 1, "y": 1.31},
                {"x": 2, "y": 1},
                {"x": 3, "y": 1.28},
                {"x": 4, "y": 1.42},

                {"x": 7, "y": 1.42},
                {"x": 8, "y": 1.28},
                {"x": 9, "y": 1},
                {"x": 10, "y": 1.31},
                {"x": 11, "y": 1.93},

                {"x": 0, "y": 2.93},
                {"x": 1, "y": 2.31},
                {"x": 2, "y": 2},
                {"x": 3, "y": 2.28},
                {"x": 4, "y": 2.42},

                {"x": 7, "y": 2.42},
                {"x": 8, "y": 2.28},
                {"x": 9, "y": 2},
                {"x": 10, "y": 2.31},
                {"x": 11, "y": 2.93},

                {"x": 3.5, "y": 3.45},
                {"x": 4.5, "y": 3.7},

                {"x": 6.5, "y": 3.7},
                {"x": 7.5, "y": 3.45}
            ]
        }
    }
}