diff options
author | Gabriel Harel <gabrielj.harel@gmail.com> | 2022-01-28 19:34:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 17:34:38 -0800 |
commit | dcff1a34c7eabce20bb751313867579941222acf (patch) | |
tree | ffd1ed353bd073a7b6289090e0ad6f2f4755005e /keyboards/work_louder/loop/info.json | |
parent | bd8e257f842e40f01041706a217be2cf85ae7f92 (diff) | |
download | qmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.tar.gz qmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.zip |
Remove missing and trailing commas in info.json files. (#16088)
Diffstat (limited to 'keyboards/work_louder/loop/info.json')
-rw-r--r-- | keyboards/work_louder/loop/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/work_louder/loop/info.json b/keyboards/work_louder/loop/info.json index 6e5f76c7f4..2190f53512 100644 --- a/keyboards/work_louder/loop/info.json +++ b/keyboards/work_louder/loop/info.json @@ -17,7 +17,7 @@ {"label": "k08", "x": 8, "y": 1, "w": 0}, {"label": "k09", "x": 9, "y": 1, "w": 0}, {"label": "k0a", "x": 10, "y": 1, "w": 0}, - {"label": "k0b", "x": 11, "y": 1, "w": 0}, + {"label": "k0b", "x": 11, "y": 1, "w": 0} ] } } |