diff options
author | Ryan Skidmore <github@ryanskidmore.co.uk> | 2022-06-02 17:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:50:08 +0100 |
commit | 9a587275cfb3028e2d773134d6bcf1f1d1d8fed1 (patch) | |
tree | 1d3a11431d85760f14fc0edb272b04d1ad6a04bd /keyboards/handwired | |
parent | 7c3cb9916465c69655343e0e4294741588658140 (diff) | |
download | qmk_firmware-9a587275cfb3028e2d773134d6bcf1f1d1d8fed1.tar.gz qmk_firmware-9a587275cfb3028e2d773134d6bcf1f1d1d8fed1.zip |
keyboards: fix malformed info.json files (#17292)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/mutepad/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/mutepad/info.json b/keyboards/handwired/mutepad/info.json index b4a75a10e2..60218924a0 100644 --- a/keyboards/handwired/mutepad/info.json +++ b/keyboards/handwired/mutepad/info.json @@ -8,7 +8,7 @@ {"label": "k00", "x": 0, "y": 0}, {"label": "k01", "x": 1, "y": 0}, {"label": "k02", "x": 2, "y": 0}, - {"label": "k03", "x": 3, "y": 0}, + {"label": "k03", "x": 3, "y": 0} ] } } |