summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/v1x/info.json
blob: 8a3d273415195f4336c16ae4a8e8fe4c062e4306 (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
{
    "usb": {
        "device_version": "0.1.0"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B2", "pin_b": "D4"}
        ]
    },
    "bootmagic": {
        "matrix": [3, 0]
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                                {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0},
                                {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1},
                                {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2},
                {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}
            ]
        }
    }
}