summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/bookerboard/info.json
blob: a0eb1b59809b09592601e22da64df5963f5c1a1b (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
{
    "keyboard_name": "bookerboard",
    "url": "",
    "maintainer": "qmk",
    "width": 3,
    "height": 4,
    "layouts": {
        "LAYOUT": {
            "key_count": 12,
            "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}
            ]
        }
    }
    ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}