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