summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/mutepad
diff options
context:
space:
mode:
authorRyan Skidmore <github@ryanskidmore.co.uk>2022-06-02 17:50:08 +0100
committerGitHub <noreply@github.com>2022-06-02 17:50:08 +0100
commit9a587275cfb3028e2d773134d6bcf1f1d1d8fed1 (patch)
tree1d3a11431d85760f14fc0edb272b04d1ad6a04bd /keyboards/handwired/mutepad
parent7c3cb9916465c69655343e0e4294741588658140 (diff)
keyboards: fix malformed info.json files (#17292)
Diffstat (limited to 'keyboards/handwired/mutepad')
-rw-r--r--keyboards/handwired/mutepad/info.json2
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}
]
}
}