summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/luggage_rack/info.json
blob: 5996c9d8f482fe51800614ed682a3535bf14e97b (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
{
    "keyboard_name": "luggage_rack",
    "manufacturer": "AlisGraveNil",
    "url": "www.clawboards.xyz",
    "maintainer": "AlisGraveNil",
    "usb": {
        "vid": "0x7767",
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["D4", "D0", "D1"],
        "rows": ["D3", "F4", "B0", "B2", "F7", "B6", "B1", "F5", "F6"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [1, 1], "x": 1, "y": 0},
                {"matrix": [0, 2], "x": 2, "y": 0},

                {"matrix": [2, 0], "x": 0, "y": 1.5},
                {"matrix": [3, 1], "x": 1, "y": 1.5},
                {"matrix": [2, 2], "x": 2, "y": 1.5},

                {"matrix": [4, 0], "x": 0, "y": 2.5},
                {"matrix": [5, 1], "x": 1, "y": 2.5},
                {"matrix": [4, 2], "x": 2, "y": 2.5},

                {"matrix": [6, 1], "x": 1, "y": 4.5},

                {"matrix": [7, 0], "x": 0, "y": 5.5},
                {"matrix": [8, 1], "x": 1, "y": 5.5},
                {"matrix": [7, 2], "x": 2, "y": 5.5}
            ]
        }
    }
}