From d8aec71e485b63408474829436f55cb1af0ea903 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 18 Mar 2023 01:21:53 +1100 Subject: Remove trailing zeroes in info.json layouts (#20156) --- keyboards/plywrks/allaro/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/plywrks/allaro') 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 }, -- cgit v1.2.3