summaryrefslogtreecommitdiff
path: root/keyboards/lpad
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-09 17:52:03 +1000
committerGitHub <noreply@github.com>2023-05-09 17:52:03 +1000
commitc3c51231ccaea5f46684c7ce19fbc18068fa07c7 (patch)
tree29a4de041b3419f1b00e610b8e3c95295aef99e2 /keyboards/lpad
parent2a33265510d7d214b68a9b8770a7987d3ac71254 (diff)
Clean up trailing commas from info.json (#20812)
Diffstat (limited to 'keyboards/lpad')
-rw-r--r--keyboards/lpad/info.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/lpad/info.json b/keyboards/lpad/info.json
index 57ab616eb3..0d8016f842 100644
--- a/keyboards/lpad/info.json
+++ b/keyboards/lpad/info.json
@@ -21,13 +21,15 @@
]
},
"layouts": {
- "LAYOUT": {
- "layout": [{"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
+ "LAYOUT": {
+ "layout": [
+ {"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
{"label": "Mute", "matrix": [0, 1], "w": 1, "x": 1.5, "y": 0.5},
{"label": "Next", "matrix": [1, 0], "w": 1, "x": 0, "y": 1},
{"label": "Prev", "matrix": [2, 0], "w": 1, "x": 0, "y": 2},
{"label": "Left", "matrix": [2, 1], "w": 1, "x": 1, "y": 2},
- {"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}]
- },
- }
+ {"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}
+ ]
+ }
+ }
}