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