summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pytest/basic
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-06 23:00:27 +1000
committerGitHub <noreply@github.com>2023-05-06 14:00:27 +0100
commit578102b40056693de8a92b49cd0c48e51ff4ad4a (patch)
treea8587bead7a13a97004d7aadb725b46c5e3feb36 /keyboards/handwired/pytest/basic
parentdea9912cc996053e659be679c61f55c4bf46deda (diff)
Fix `test_json2c_no_json()` (#20756)
Diffstat (limited to 'keyboards/handwired/pytest/basic')
-rw-r--r--keyboards/handwired/pytest/basic/info.json2
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}
]
}
}