summaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/minimal_info.json
blob: b91c23bd3d183b578c1b3def5a69f9f5ee7d54e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "keyboard_name": "tester",
    "maintainer": "qmk",
    "height": 5,
    "width": 15,
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "label": "KC_A", "x": 0, "y": 0, "matrix": [0, 0] }
            ]
        }
    }
}