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/slz40 | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/slz40')
-rw-r--r-- | keyboards/slz40/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/slz40/info.json b/keyboards/slz40/info.json index 788fe1db95..25d250e848 100644 --- a/keyboards/slz40/info.json +++ b/keyboards/slz40/info.json @@ -72,11 +72,11 @@ {"label": "ctrl", "x": 0, "y": 4, "w": 1.25}, {"label": "qui", "x": 1.25, "y": 4, "w": 1.25}, - {"label": "alt", "x": 2.50, "y": 4, "w": 1.25}, + {"label": "alt", "x": 2.5, "y": 4, "w": 1.25}, {"label": "del", "x": 3.75, "y": 4, "w": 1.25}, {"label": "enter", "x": 5, "y": 4, "w": 1.75}, {"label": "space", "x": 6.75, "y": 4, "w": 1.75}, - {"label": "'", "x": 8.50, "y": 4, "w": 1.5}, + {"label": "'", "x": 8.5, "y": 4, "w": 1.5}, {"label": "left", "x": 10, "y": 4}, {"label": "down", "x": 11, "y": 4}, {"label": "right", "x": 12, "y": 4} |