diff options
author | Ryan Skidmore <github@ryanskidmore.co.uk> | 2022-06-02 17:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:50:08 +0100 |
commit | 9a587275cfb3028e2d773134d6bcf1f1d1d8fed1 (patch) | |
tree | 1d3a11431d85760f14fc0edb272b04d1ad6a04bd /keyboards/horrortroll/paws60 | |
parent | 7c3cb9916465c69655343e0e4294741588658140 (diff) |
keyboards: fix malformed info.json files (#17292)
Diffstat (limited to 'keyboards/horrortroll/paws60')
-rw-r--r-- | keyboards/horrortroll/paws60/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/horrortroll/paws60/info.json b/keyboards/horrortroll/paws60/info.json index 1008bf29e2..78cb1a7938 100644 --- a/keyboards/horrortroll/paws60/info.json +++ b/keyboards/horrortroll/paws60/info.json @@ -73,7 +73,7 @@ {"label":"Win", "x":12.5, "y":4, "w":1.25}, {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} ] - } + }, "LAYOUT_60_ansi": { "layout": [ {"label":"Esc", "x":0, "y":0}, @@ -142,7 +142,7 @@ {"label":"Win", "x":12.5, "y":4, "w":1.25}, {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} ] - } + }, "LAYOUT_60_ansi_tsangan": { "layout": [ {"label":"Esc", "x":0, "y":0}, @@ -210,7 +210,7 @@ {"label":"Win", "x":12.5, "y":4}, {"label":"Ctrl", "x":13.5, "y":4, "w":1.5} ] - } + }, "LAYOUT_60_tsangan_hhkb": { "layout": [ {"label":"Esc", "x":0, "y":0}, |