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/botanicalkeyboards | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/botanicalkeyboards')
-rw-r--r-- | keyboards/botanicalkeyboards/fm2u/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/botanicalkeyboards/fm2u/info.json b/keyboards/botanicalkeyboards/fm2u/info.json index 0d4dd1e88b..3f9009625d 100644 --- a/keyboards/botanicalkeyboards/fm2u/info.json +++ b/keyboards/botanicalkeyboards/fm2u/info.json @@ -42,7 +42,7 @@ }, "LAYOUT_1u5": { "layout": [ - {"x": 0, "y": 0, "w": 1.50, "matrix": [0, 0]} + {"x": 0, "y": 0, "w": 1.5, "matrix": [0, 0]} ] }, "LAYOUT_1u75": { |