summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/bookerboard/info.json
blob: 2e153f567ddfacbdb427cfab8d1080e67c166a4d (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
27
28
29
30
31
{
    "keyboard_name": "Bookerboard",
    "manufacturer": "AlisGraveNil",
    "url": "",
    "maintainer": "AlisGraveNil",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x41CE",
        "device_version": "0.0.1"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label":"K00 (B5,B6)", "x":0, "y":0},
                {"label":"K01 (B5,B2)", "x":1, "y":0},
                {"label":"K02 (B5,B3)", "x":2, "y":0},
                {"label":"K10 (B4,B6)", "x":0, "y":1},
                {"label":"K11 (B4,B2)", "x":1, "y":1},
                {"label":"K12 (B4,B3)", "x":2, "y":1},
                {"label":"K20 (E6,B6)", "x":0, "y":2},
                {"label":"K21 (E6,B2)", "x":1, "y":2},
                {"label":"K22 (E6,B3)", "x":2, "y":2},
                {"label":"K30 (D7,B6)", "x":0, "y":3},
                {"label":"K31 (D7,B2)", "x":1, "y":3},
                {"label":"K32 (D7,B3)", "x":2, "y":3}
            ]
        }
    }
}