summaryrefslogtreecommitdiff
path: root/keyboards/sck/gtm/info.json
blob: 7b6a6375cb7fb97a6e27b62fe9644fed5a330b0a (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
{
    "keyboard_name": "Grand Theft Macro Pad",
    "url": "",
    "maintainer": "jrfhoutx",
    "width": 6.5,
    "height": 2,
    "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":"K15", "x":4, "y":0},

                {"label":"K10", "x":0, "y":1},
                {"label":"K11", "x":1, "y":1},
                {"label":"K12", "x":2, "y":1},
                {"label":"K13", "x":3, "y":1},
                {"label":"K14", "x":4, "y":1},
                {"label":"K16", "x":5.5, "y":0.5}
            ]
        }
    }
}