summaryrefslogtreecommitdiffstats
path: root/keyboards/woodkeys/bigseries/4key/info.json
blob: d773d377659a7e2311cd41e041dc5787d82058ee (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": "BigSeries 4-Key",
    "manufacturer": "WoodKeys.click",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6074",
        "device_version": "0.0.2"
    },
    "debounce": 50,
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x": 0, "y": 0, "w": 4, "h": 4},
                {"x": 4, "y": 0, "w": 4, "h": 4},

                {"x": 0, "y": 4, "w": 4, "h": 4},
                {"x": 4, "y": 4, "w": 4, "h": 4}
            ]
        }
    }
}