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/plywrks | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/plywrks')
-rw-r--r-- | keyboards/plywrks/allaro/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/plywrks/allaro/info.json b/keyboards/plywrks/allaro/info.json index aa56aa1103..fa22b77959 100644 --- a/keyboards/plywrks/allaro/info.json +++ b/keyboards/plywrks/allaro/info.json @@ -63,7 +63,7 @@ { "matrix": [0, 13], "x": 15.75, "y": 0.1 }, { "matrix": [0, 14], "x": 16.75, "y": 0.1 }, - { "matrix": [1, 0], "x": 0.2, "y": 1.0 }, + { "matrix": [1, 0], "x": 0.2, "y": 1 }, { "matrix": [1, 1], "w": 1.5, "x": 1.35, "y": 1.1 }, { "matrix": [1, 2], "x": 2.85, "y": 1.1 }, { "matrix": [1, 3], "x": 3.85, "y": 1.1 }, @@ -79,7 +79,7 @@ { "matrix": [1, 13], "x": 15.45, "y": 1.1 }, { "matrix": [1, 14], "w": 1.5, "x": 16.45, "y": 1.1 }, - { "matrix": [2, 0], "x": 0, "y": 2.0 }, + { "matrix": [2, 0], "x": 0, "y": 2 }, { "matrix": [2, 1], "w": 1.75, "x": 1.15, "y": 2.1 }, { "matrix": [2, 2], "x": 2.9, "y": 2.1 }, { "matrix": [2, 3], "x": 3.9, "y": 2.1 }, |