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/handwired | |
parent | 2a33265510d7d214b68a9b8770a7987d3ac71254 (diff) |
Clean up trailing commas from info.json (#20812)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/phantagom/baragon/info.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/phantagom/baragon/info.json b/keyboards/handwired/phantagom/baragon/info.json index f6826c9f9d..f86dfcf436 100644 --- a/keyboards/handwired/phantagom/baragon/info.json +++ b/keyboards/handwired/phantagom/baragon/info.json @@ -12,7 +12,7 @@ "mousekey": true, "nkro": true, "rgblight": true, - "encoder": true, + "encoder": true }, "ws2812": { "pin": "GP15" @@ -63,7 +63,6 @@ {"matrix": [2, 0], "x": 0, "y": 2}, {"matrix": [2, 1], "x": 1, "y": 2}, {"matrix": [2, 2], "x": 2, "y": 2} - ] } } |