summaryrefslogtreecommitdiff
path: root/keyboards/gowla/info.json
blob: c4926000bb61e4ea3ae6abc5f4d285946adb3516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "keyboard_name": "Gowla Macro Pad",
    "url": "https://github.com/SamGowland/Gowla-Macro-Board",
    "maintainer": "Gowla",
    "layouts": {
        "LAYOUT_ortho_3x3": {
            "layout": [
                {"x": 0, "y": 0},
                {"x": 1, "y": 0},
                {"x": 2, "y": 0},

                {"x": 0, "y": 1},
                {"x": 1, "y": 1},
                {"x": 2, "y": 1},

                {"x": 0, "y": 2},
                {"x": 1, "y": 2},
                {"x": 2, "y": 2}
            ]
        }
    }
}