diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-25 11:38:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-25 11:38:44 +0000 |
commit | a747ef966ba6dc5f52d8e6aa60d7d3e9bcf67758 (patch) | |
tree | d1fef064be28adc655a76afff61bc96578ee6239 /lib/python/qmk/tests/minimal_info.json | |
parent | 87f6df0655486bc372b0205f1261ac28026abaac (diff) | |
parent | 3e60997edba46544557b3a775bdb1538e07c3edf (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python/qmk/tests/minimal_info.json')
-rw-r--r-- | lib/python/qmk/tests/minimal_info.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/python/qmk/tests/minimal_info.json b/lib/python/qmk/tests/minimal_info.json new file mode 100644 index 0000000000..b91c23bd3d --- /dev/null +++ b/lib/python/qmk/tests/minimal_info.json @@ -0,0 +1,13 @@ +{ + "keyboard_name": "tester", + "maintainer": "qmk", + "height": 5, + "width": 15, + "layouts": { + "LAYOUT": { + "layout": [ + { "label": "KC_A", "x": 0, "y": 0, "matrix": [0, 0] } + ] + } + } +} |