summaryrefslogtreecommitdiff
path: root/keyboards/handwired/minorca/info.json
blob: b91e59ca67e6585bd435c0de769ec969be7dda77 (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
{
    "keyboard_name": "Minorca",
    "manufacturer": "panc.co",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6660",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "halfkay",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"K00", "x":0, "y":0},
                {"label":"K01", "x":1, "y":0},
                {"label":"K02", "x":2, "y":0},
                {"label":"K03", "x":3, "y":0},
                {"label":"K04", "x":4, "y":0},
                {"label":"K05", "x":5, "y":0},
                {"label":"K06", "x":6, "y":0},
                {"label":"K07", "x":7, "y":0},
                {"label":"K08", "x":8, "y":0},
                {"label":"K09", "x":9, "y":0},
                {"label":"K0A", "x":10, "y":0},
                {"label":"K0B", "x":11, "y":0},
                {"label":"K10", "x":0, "y":1, "w":1.25},
                {"label":"K11", "x":1.25, "y":1},
                {"label":"K12", "x":2.25, "y":1},
                {"label":"K13", "x":3.25, "y":1},
                {"label":"K14", "x":4.25, "y":1},
                {"label":"K15", "x":5.25, "y":1},
                {"label":"K16", "x":6.25, "y":1},
                {"label":"K17", "x":7.25, "y":1},
                {"label":"K18", "x":8.25, "y":1},
                {"label":"K19", "x":9.25, "y":1},
                {"label":"K1B", "x":10.25, "y":1, "w":1.75},
                {"label":"K20", "x":0, "y":2, "w":1.75},
                {"label":"K22", "x":1.75, "y":2},
                {"label":"K23", "x":2.75, "y":2},
                {"label":"K24", "x":3.75, "y":2},
                {"label":"K25", "x":4.75, "y":2},
                {"label":"K26", "x":5.75, "y":2},
                {"label":"K27", "x":6.75, "y":2},
                {"label":"K28", "x":7.75, "y":2},
                {"label":"K29", "x":8.75, "y":2},
                {"label":"K2A", "x":9.75, "y":2},
                {"label":"K2B", "x":10.75, "y":2, "w":1.25},
                {"label":"K30", "x":0, "y":3, "w":1.25},
                {"label":"K32", "x":1.25, "y":3, "w":1.25},
                {"label":"K33", "x":2.5, "y":3, "w":1.25},
                {"label":"K34", "x":3.75, "y":3, "w":2.25},
                {"label":"K37", "x":6, "y":3, "w":2.25},
                {"label":"K39", "x":8.25, "y":3, "w":1.25},
                {"label":"K3A", "x":9.5, "y":3},
                {"label":"K3B", "x":10.5, "y":3, "w":1.5}
            ]
        }
    }
}