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/basic | |
parent | dea9912cc996053e659be679c61f55c4bf46deda (diff) |
Fix `test_json2c_no_json()` (#20756)
Diffstat (limited to 'keyboards/handwired/pytest/basic')
-rw-r--r-- | keyboards/handwired/pytest/basic/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/basic/info.json b/keyboards/handwired/pytest/basic/info.json index 9cabb3e32e..bcd6f686b8 100644 --- a/keyboards/handwired/pytest/basic/info.json +++ b/keyboards/handwired/pytest/basic/info.json @@ -2,7 +2,7 @@ "layouts": { "LAYOUT_custom": { "layout": [ - { "label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0 } + {"label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0} ] } } |