summaryrefslogtreecommitdiff
path: root/keyboards/bobpad/info.json
blob: 35511b2ab99804c45374ce78c3ffa8161fc20f1e (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
{
    "keyboard_name": "bobPad",
    "manufacturer": "Desiboards",
    "url": "",
    "maintainer": "Ananya Kirti",
    "usb": {
        "vid": "0x416B",
        "pid": "0x0002",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "community_layouts": ["ortho_2x3"],
    "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}
            ]
        }
    }
}