summaryrefslogtreecommitdiffstats
path: root/keyboards/bobpad/info.json
blob: cbb6b70268f5bbb974551c622c1136e75710c42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "keyboard_name": "bobPad",
    "manufacturer": "Desiboards",
    "url": "",
    "maintainer": "Ananya Kirti",
    "usb": {
        "vid": "0x416B",
        "pid": "0x0002",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_2x3": {
            "layout": [
                {"label":"K00 (B0,B2)", "x":0, "y":0},
                {"label":"K01 (B0,B3)", "x":1, "y":0},
                {"label":"K02 (B0,B4)", "x":2, "y":0},
                {"label":"K10 (B1,B2)", "x":0, "y":1},
                {"label":"K11 (B1,B3)", "x":1, "y":1},
                {"label":"K12 (B1,B4)", "x":2, "y":1}
            ]
        }
    }
}