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/nano | |
| 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/nano')
| -rw-r--r-- | keyboards/work_louder/nano/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/work_louder/nano/info.json b/keyboards/work_louder/nano/info.json index 4c2104859..a80ef21d6 100644 --- a/keyboards/work_louder/nano/info.json +++ b/keyboards/work_louder/nano/info.json | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | "layout": [ | 7 | "layout": [ |
| 8 | {"label": "k00", "x": 0, "y": 0}, | 8 | {"label": "k00", "x": 0, "y": 0}, |
| 9 | {"label": "k01", "x": 1, "y": 0}, | 9 | {"label": "k01", "x": 1, "y": 0}, |
| 10 | {"label": "k02", "x": 2, "y": 0}, | 10 | {"label": "k02", "x": 2, "y": 0} |
| 11 | ] | 11 | ] |
| 12 | } | 12 | } |
| 13 | } | 13 | } |
