diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-06 23:00:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 14:00:27 +0100 |
commit | 578102b40056693de8a92b49cd0c48e51ff4ad4a (patch) | |
tree | a8587bead7a13a97004d7aadb725b46c5e3feb36 /keyboards/handwired/pytest/macro/info.json | |
parent | dea9912cc996053e659be679c61f55c4bf46deda (diff) |
Fix `test_json2c_no_json()` (#20756)
Diffstat (limited to 'keyboards/handwired/pytest/macro/info.json')
-rw-r--r-- | keyboards/handwired/pytest/macro/info.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/handwired/pytest/macro/info.json b/keyboards/handwired/pytest/macro/info.json index 914d5edcd6..6c2d0dea4d 100644 --- a/keyboards/handwired/pytest/macro/info.json +++ b/keyboards/handwired/pytest/macro/info.json @@ -1,10 +1,10 @@ { - "maintainer": "qmk", - "layouts": { - "LAYOUT_custom": { - "layout": [ - { "label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0 } - ] + "maintainer": "qmk", + "layouts": { + "LAYOUT_custom": { + "layout": [ + {"label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0} + ] + } } - } } |