summaryrefslogtreecommitdiff
path: root/keyboards/bobpad/info.json
blob: 53ac20e9dc4f595f9ea91782882ce71ee9acf0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "keyboard_name": "bobPad",
    "url": "",
    "maintainer": "Ananya Kirti",
    "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}
            ]
        }
    }
}