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/ai03/orbit_x/info.json | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/ai03/orbit_x/info.json')
-rw-r--r-- | keyboards/ai03/orbit_x/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ai03/orbit_x/info.json b/keyboards/ai03/orbit_x/info.json index ef52a070e2..dbc9f40d19 100644 --- a/keyboards/ai03/orbit_x/info.json +++ b/keyboards/ai03/orbit_x/info.json @@ -42,12 +42,12 @@ {"x":0, "y":1.38}, {"x":1, "y":1.38}, {"x":2, "y":1.13}, - {"x":3, "y":1.0}, + {"x":3, "y":1}, {"x":4, "y":1.13}, {"x":5, "y":1.25}, {"x":7.5, "y":1.25}, {"x":8.5, "y":1.13}, - {"x":9.5, "y":1.0}, + {"x":9.5, "y":1}, {"x":10.5, "y":1.13}, {"x":11.5, "y":1.38}, {"x":12.5, "y":1.38}, |