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/rainkeebs | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/rainkeebs')
-rw-r--r-- | keyboards/rainkeebs/delilah/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/rainkeebs/delilah/info.json b/keyboards/rainkeebs/delilah/info.json index 9d45bb6c9c..0ee9115b9e 100644 --- a/keyboards/rainkeebs/delilah/info.json +++ b/keyboards/rainkeebs/delilah/info.json @@ -61,9 +61,9 @@ {"x":2.25, "y":3, "matrix": [3, 2]}, {"x":3.25, "y":3, "w":2.25, "matrix": [3, 3]}, {"x":5.5, "y":3, "w":2.75, "matrix": [3, 6]}, - {"x":9.0, "y":3, "matrix": [3, 8]}, - {"x":10.0, "y":3, "matrix": [3, 9]}, - {"x":11.0, "y":3, "w":1.25, "matrix": [3, 11]} + {"x":9, "y":3, "matrix": [3, 8]}, + {"x":10, "y":3, "matrix": [3, 9]}, + {"x":11, "y":3, "w":1.25, "matrix": [3, 11]} ] } } |