summaryrefslogtreecommitdiff
path: root/keyboards/handwired/sticc14/info.json
blob: 7733b642ec51a101261a18c52bba675f97b8ecb7 (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
{
    "keyboard_name": "Sticc14",
    "manufacturer": "u/ergorius",
    "url": "",
    "maintainer": "erkhal",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["B6", "B2", "B3"],
        "rows": ["F4", "F5", "F6", "F7", "B1"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"K00", "x":0, "y":0},
                {"label":"K01", "x":1, "y":0},
                {"label":"K02", "x":2, "y":0},
                {"label":"K10", "x":0, "y":1},
                {"label":"K11", "x":1, "y":1},
                {"label":"K12", "x":2, "y":1},
                {"label":"K20", "x":0, "y":2},
                {"label":"K21", "x":1, "y":2},
                {"label":"K22", "x":2, "y":2},
                {"label":"K30", "x":0, "y":3},
                {"label":"K31", "x":1, "y":3},
                {"label":"K32", "x":2, "y":3},
                {"label":"K40", "x":0, "y":4, "w":2},
                {"label":"K41", "x":2, "y":4}
            ]
        }
    }
}