aboutsummaryrefslogtreecommitdiff
path: root/keyboards/work_louder
diff options
context:
space:
mode:
authorGabriel Harel <gabrielj.harel@gmail.com>2022-01-28 19:34:38 -0600
committerGitHub <noreply@github.com>2022-01-28 17:34:38 -0800
commitdcff1a34c7eabce20bb751313867579941222acf (patch)
treeffd1ed353bd073a7b6289090e0ad6f2f4755005e /keyboards/work_louder
parentbd8e257f842e40f01041706a217be2cf85ae7f92 (diff)
downloadqmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.tar.gz
qmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.zip
Remove missing and trailing commas in info.json files. (#16088)
Diffstat (limited to 'keyboards/work_louder')
-rw-r--r--keyboards/work_louder/loop/info.json2
-rw-r--r--keyboards/work_louder/nano/info.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/work_louder/loop/info.json b/keyboards/work_louder/loop/info.json
index 6e5f76c7f..2190f5351 100644
--- a/keyboards/work_louder/loop/info.json
+++ b/keyboards/work_louder/loop/info.json
@@ -17,7 +17,7 @@
17 {"label": "k08", "x": 8, "y": 1, "w": 0}, 17 {"label": "k08", "x": 8, "y": 1, "w": 0},
18 {"label": "k09", "x": 9, "y": 1, "w": 0}, 18 {"label": "k09", "x": 9, "y": 1, "w": 0},
19 {"label": "k0a", "x": 10, "y": 1, "w": 0}, 19 {"label": "k0a", "x": 10, "y": 1, "w": 0},
20 {"label": "k0b", "x": 11, "y": 1, "w": 0}, 20 {"label": "k0b", "x": 11, "y": 1, "w": 0}
21 ] 21 ]
22 } 22 }
23 } 23 }
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 }