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/torn | |
parent | faf17aad902a94ee84c3f7d7bc8db1783239576f (diff) |
Remove trailing zeroes in info.json layouts (#20156)
Diffstat (limited to 'keyboards/torn')
-rw-r--r-- | keyboards/torn/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/torn/info.json b/keyboards/torn/info.json index 44b2f9a5dd..32b7c90d44 100644 --- a/keyboards/torn/info.json +++ b/keyboards/torn/info.json @@ -56,10 +56,10 @@ {"label":"SW40", "x":14, "y":2.375}, {"label":"SW19", "x":3, "y":3.1}, {"label":"SW20", "x":4, "y":3.25}, - {"label":"SW21", "x":5, "y":3.40}, + {"label":"SW21", "x":5, "y":3.4}, {"label":"SW22", "x":6, "y":3.55}, {"label":"SW41", "x":8, "y":3.55}, - {"label":"SW42", "x":9, "y":3.40}, + {"label":"SW42", "x":9, "y":3.4}, {"label":"SW43", "x":10, "y":3.25}, {"label":"SW44", "x":11, "y":3.1} ] |