summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/v0x_dualencoder/info.json
blob: 150a82f373903e9d025a563cb76674fd343f5328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "usb": {
        "device_version": "0.0.6"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0},
                {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1},
                {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2},
                {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}
            ]
        }
    }
}