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/tkw/stoutgat/v2/info.json | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/tkw/stoutgat/v2/info.json')
-rw-r--r-- | keyboards/tkw/stoutgat/v2/info.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/tkw/stoutgat/v2/info.json b/keyboards/tkw/stoutgat/v2/info.json index 0b107f335c..f2067d6aed 100644 --- a/keyboards/tkw/stoutgat/v2/info.json +++ b/keyboards/tkw/stoutgat/v2/info.json @@ -55,19 +55,19 @@ {"x": 16.25, "y": 1}, {"x": 1.25, "y": 2, "w": 1.75}, - {"x": 3.0, "y": 2}, - {"x": 4.0, "y": 2}, - {"x": 5.0, "y": 2}, - {"x": 6.0, "y": 2}, - {"x": 7.0, "y": 2}, - {"x": 8.0, "y": 2}, - {"x": 9.0, "y": 2}, - {"x": 10.0, "y": 2}, - {"x": 11.0, "y": 2}, - {"x": 12.0, "y": 2}, - {"x": 13.0, "y": 2}, - {"x": 14.0, "y": 2}, - {"x": 15.0, "y": 1, "w": 1.25, "h": 2}, + {"x": 3, "y": 2}, + {"x": 4, "y": 2}, + {"x": 5, "y": 2}, + {"x": 6, "y": 2}, + {"x": 7, "y": 2}, + {"x": 8, "y": 2}, + {"x": 9, "y": 2}, + {"x": 10, "y": 2}, + {"x": 11, "y": 2}, + {"x": 12, "y": 2}, + {"x": 13, "y": 2}, + {"x": 14, "y": 2}, + {"x": 15, "y": 1, "w": 1.25, "h": 2}, {"x": 16.25, "y": 2}, {"x": 0, "y": 3}, @@ -91,7 +91,7 @@ {"x": 1.25, "y": 4, "w": 1.25}, {"x": 2.5, "y": 4, "w": 1.25}, {"x": 3.75, "y": 4, "w": 1.25}, - {"x": 5.0, "y": 4, "w": 6.25}, + {"x": 5, "y": 4, "w": 6.25}, {"x": 11.25, "y": 4}, {"x": 12.25, "y": 4}, {"x": 13.25, "y": 4}, |