diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-09 17:52:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 17:52:03 +1000 |
commit | c3c51231ccaea5f46684c7ce19fbc18068fa07c7 (patch) | |
tree | 29a4de041b3419f1b00e610b8e3c95295aef99e2 /keyboards/alhenkb | |
parent | 2a33265510d7d214b68a9b8770a7987d3ac71254 (diff) |
Clean up trailing commas from info.json (#20812)
Diffstat (limited to 'keyboards/alhenkb')
-rw-r--r-- | keyboards/alhenkb/macropad5x4/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/alhenkb/macropad5x4/info.json b/keyboards/alhenkb/macropad5x4/info.json index 65c4132ad5..29be39249d 100644 --- a/keyboards/alhenkb/macropad5x4/info.json +++ b/keyboards/alhenkb/macropad5x4/info.json @@ -66,7 +66,7 @@ {"label": "K32 (B6,B1)", "matrix": [3, 2], "x": 2, "y": 3}, {"label": "K40 (B5,F4)", "matrix": [4, 0], "x": 0, "y": 4, "w": 2}, {"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4} - {"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2}, + {"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2} ] } } |