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/gboards | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/gboards')
-rw-r--r-- | keyboards/gboards/gergo/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gboards/gergo/info.json b/keyboards/gboards/gergo/info.json index f38051809d..5aadadbaed 100644 --- a/keyboards/gboards/gergo/info.json +++ b/keyboards/gboards/gergo/info.json @@ -100,7 +100,7 @@ { "label": "L13", "x": 3.5, - "y": 1.0 + "y": 1 }, { "label": "L14", @@ -137,7 +137,7 @@ { "label": "R13", "x": 15, - "y": 1.0 + "y": 1 }, { "label": "R14", |