summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/3x4/info.json
blob: 649c35af3f3419f7071497ed880bff8278be3af6 (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
{
    "keyboard_name": "boardsource 4x3",
    "url": "https://boardsource.xyz",
    "maintainer": "boardsource",
    "layouts": {

        "LAYOUT": {

            "layout": [
                { "label": "K01", "x": 0, "y": 0 },
                { "label": "K02", "x": 1, "y": 0 },
                { "label": "K03", "x": 2, "y": 0 },
                { "label": "K04", "x": 3, "y": 0 },

                { "label": "K05", "x": 0, "y": 1 },
                { "label": "K06", "x": 1, "y": 1 },
                { "label": "K07", "x": 2, "y": 1 },
                { "label": "K08", "x": 3, "y": 1 },

                { "label": "K09", "x": 0, "y": 2 },
                { "label": "K10", "x": 1, "y": 2 },
                { "label": "K11", "x": 2, "y": 2 },
                { "label": "K12", "x": 3, "y": 2 }
            ]
        }
    }
}