summaryrefslogtreecommitdiffstats
path: root/keyboards/binepad/bnr1/info.json
blob: 42067200cded4c0cf2a5d8a5d40519850060f819 (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
{
    "manufacturer": "Binepad",
    "keyboard_name": "BNR1",
    "maintainer": "Binpad",
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "encoder": true
    },
    "url": "http://binepad.com",
    "usb": {
        "vid": "0x4249"
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2}
            ]
        }
    }
}