summaryrefslogtreecommitdiff
path: root/keyboards/v4n4g0rth0n/info.json
blob: 4d0371e01f69cfb10350bfe14aac7bfea59eba91 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
    "keyboard_name": "v4n4g0rth0n",
    "manufacturer": "s8erdude",
    "url": "https://github.com/jpuerto96/v4n4g0rth0n",
    "maintainer": "jpuerto96 (s8erdude)",
    "usb": {
        "vid": "0xB33F",
        "pid": "0x58E4"
    },
    "indicators": {
        "caps_lock": "D7",
        "num_lock": "B4",
        "scroll_lock": "D6"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "1", "matrix": [0, 0], "x": 0.5, "y": 0},
                {"label": "2", "matrix": [0, 1], "x": 1.5, "y": 0},
                {"label": "3", "matrix": [0, 2], "x": 2.5, "y": 0},
                {"label": "4", "matrix": [0, 3], "x": 3.5, "y": 0},
                {"label": "5", "matrix": [0, 4], "x": 4.5, "y": 0},
                {"label": "6", "matrix": [0, 5], "x": 5.5, "y": 0},

                {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1},
                {"label": "Q", "matrix": [1, 1], "x": 1, "y": 1},
                {"label": "W", "matrix": [1, 2], "x": 2, "y": 1},
                {"label": "E", "matrix": [1, 3], "x": 3, "y": 1},
                {"label": "R", "matrix": [1, 4], "x": 4, "y": 1},
                {"label": "T", "matrix": [1, 5], "x": 5, "y": 1},
                {"label": "Y", "matrix": [1, 6], "x": 6.75, "y": 1},
                {"label": "U", "matrix": [1, 7], "x": 7.75, "y": 1},
                {"label": "I", "matrix": [1, 8], "x": 8.75, "y": 1},
                {"label": "O", "matrix": [1, 9], "x": 9.75, "y": 1},
                {"label": "P", "matrix": [1, 10], "x": 10.75, "y": 1},
                {"label": "Back Space", "matrix": [1, 11], "x": 11.75, "y": 1},

                {"label": "Esc", "matrix": [2, 0], "x": 0, "y": 2},
                {"label": "A", "matrix": [2, 1], "x": 1, "y": 2},
                {"label": "S", "matrix": [2, 2], "x": 2, "y": 2},
                {"label": "D", "matrix": [2, 3], "x": 3, "y": 2},
                {"label": "F", "matrix": [2, 4], "x": 4, "y": 2},
                {"label": "G", "matrix": [2, 5], "x": 5, "y": 2},
                {"label": "H", "matrix": [2, 6], "x": 6.75, "y": 2},
                {"label": "J", "matrix": [2, 7], "x": 7.75, "y": 2},
                {"label": "K", "matrix": [2, 8], "x": 8.75, "y": 2},
                {"label": "L", "matrix": [2, 9], "x": 9.75, "y": 2},
                {"label": ";", "matrix": [2, 10], "x": 10.75, "y": 2},
                {"label": "'", "matrix": [2, 11], "x": 11.75, "y": 2},

                {"label": "Shift", "matrix": [3, 0], "x": 0, "y": 3},
                {"label": "Z", "matrix": [3, 1], "x": 1, "y": 3},
                {"label": "X", "matrix": [3, 2], "x": 2, "y": 3},
                {"label": "C", "matrix": [3, 3], "x": 3, "y": 3},
                {"label": "V", "matrix": [3, 4], "x": 4, "y": 3},
                {"label": "B", "matrix": [3, 5], "x": 5, "y": 3},
                {"label": "N", "matrix": [3, 6], "x": 6.75, "y": 3},
                {"label": "M", "matrix": [3, 7], "x": 7.75, "y": 3},
                {"label": ",", "matrix": [3, 8], "x": 8.75, "y": 3},
                {"label": ".", "matrix": [3, 9], "x": 9.75, "y": 3},
                {"label": "↑", "matrix": [3, 10], "x": 10.75, "y": 3},
                {"label": "Return", "matrix": [3, 11], "x": 11.75, "y": 3},

                {"label": "Gui", "matrix": [4, 0], "x": 0, "y": 4},
                {"label": "Ctrl", "matrix": [4, 1], "x": 1, "y": 4},
                {"label": "Alt", "matrix": [4, 2], "x": 2, "y": 4},
                {"label": "Space", "matrix": [4, 4], "x": 3, "y": 4, "w": 3},
                {"label": "Enter", "matrix": [4, 7], "x": 6.75, "y": 4, "w": 3},
                {"label": "←", "matrix": [4, 9], "x": 9.75, "y": 4},
                {"label": "↓", "matrix": [4, 10], "x": 10.75, "y": 4},
                {"label": "→", "matrix": [4, 11], "x": 11.75, "y": 4}
            ]
        }
    }
}