diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-18 01:21:53 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 14:21:53 +0000 |
commit | d8aec71e485b63408474829436f55cb1af0ea903 (patch) | |
tree | 5bd1d9119b79bcec16481a1272519a052962d7fc /keyboards/elephant42 | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/elephant42')
-rw-r--r-- | keyboards/elephant42/info.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/elephant42/info.json b/keyboards/elephant42/info.json index 69a64bfa31..f4838e803c 100644 --- a/keyboards/elephant42/info.json +++ b/keyboards/elephant42/info.json @@ -61,15 +61,15 @@ {"label":">", "x":13.5, "y":2.3}, {"label":"?", "x":14.5, "y":3.1}, - {"label":"Alt", "x":3.5, "y":4.0}, - {"label":"Cmd", "x":4.5, "y":4.0}, - {"label":"Lower", "x":5.5, "y":4.0}, - {"label":"Shift", "x":6.5, "y":4.0}, + {"label":"Alt", "x":3.5, "y":4}, + {"label":"Cmd", "x":4.5, "y":4}, + {"label":"Lower", "x":5.5, "y":4}, + {"label":"Shift", "x":6.5, "y":4}, - {"label":"Del", "x":9.25, "y":4.0}, - {"label":"Raise", "x":10.25, "y":4.0}, - {"label":"Enter", "x":11.25, "y":4.0}, - {"label":"Backspace", "x":12.25, "y":4.0} + {"label":"Del", "x":9.25, "y":4}, + {"label":"Raise", "x":10.25, "y":4}, + {"label":"Enter", "x":11.25, "y":4}, + {"label":"Backspace", "x":12.25, "y":4} ] } } |