summaryrefslogtreecommitdiff
path: root/keyboards/soy20/info.json
blob: 4add710d13d465647697b04aebe78adefd255db0 (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
{
    "keyboard_name": "Soy20",
    "manufacturer": "drewkeys",
    "url": "",
    "maintainer": "twholt",
    "usb": {
        "vid": "0x4452",
        "pid": "0x534F",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u2",
    "bootloader": "atmel-dfu",
    "community_layouts": ["ortho_5x4"],
    "layouts": {
        "LAYOUT_ortho_5x4": {
            "layout": [
                {"label":"K00 (B0,B5)", "x":0, "y":0},
                {"label":"K01 (B0,B6)", "x":1, "y":0},
                {"label":"K02 (B0,B7)", "x":2, "y":0},
                {"label":"K03 (B0,C7)", "x":3, "y":0},
                {"label":"K10 (B1,B5)", "x":0, "y":1},
                {"label":"K11 (B1,B6)", "x":1, "y":1},
                {"label":"K12 (B1,B7)", "x":2, "y":1},
                {"label":"K13 (B1,C7)", "x":3, "y":1},
                {"label":"K20 (B2,B5)", "x":0, "y":2},
                {"label":"K21 (B2,B6)", "x":1, "y":2},
                {"label":"K22 (B2,B7)", "x":2, "y":2},
                {"label":"K23 (B2,C7)", "x":3, "y":2},
                {"label":"K30 (B3,B5)", "x":0, "y":3},
                {"label":"K31 (B3,B6)", "x":1, "y":3},
                {"label":"K32 (B3,B7)", "x":2, "y":3},
                {"label":"K33 (B3,C7)", "x":3, "y":3},
                {"label":"K40 (B4,B5)", "x":0, "y":4},
                {"label":"K41 (B4,B6)", "x":1, "y":4},
                {"label":"K42 (B4,B7)", "x":2, "y":4},
                {"label":"K43 (B4,C7)", "x":3, "y":4}
            ]
        }
    }
}