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/clickety_split/leeloo/info.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'keyboards/clickety_split/leeloo/info.json') diff --git a/keyboards/clickety_split/leeloo/info.json b/keyboards/clickety_split/leeloo/info.json index 1390b98d1c..9978f4dd55 100644 --- a/keyboards/clickety_split/leeloo/info.json +++ b/keyboards/clickety_split/leeloo/info.json @@ -50,13 +50,13 @@ {"label":"TAB", "x":0, "y":1.5}, {"label":"Q", "x":1, "y":1.4}, {"label":"W", "x":2, "y":1.2}, - {"label":"E", "x":3, "y":1.0}, + {"label":"E", "x":3, "y":1}, {"label":"R", "x":4, "y":1.2}, {"label":"T", "x":5, "y":1.4}, {"label":"Y", "x":9, "y":1.4}, {"label":"U", "x":10, "y":1.2}, - {"label":"I", "x":11, "y":1.0}, + {"label":"I", "x":11, "y":1}, {"label":"O", "x":12, "y":1.2}, {"label":"P", "x":13, "y":1.4}, {"label":"GRV", "x":14, "y":1.5}, @@ -64,13 +64,13 @@ {"label":"CAPS", "x":0, "y":2.5}, {"label":"A", "x":1, "y":2.4}, {"label":"S", "x":2, "y":2.2}, - {"label":"D", "x":3, "y":2.0}, + {"label":"D", "x":3, "y":2}, {"label":"F", "x":4, "y":2.2}, {"label":"G", "x":5, "y":2.4}, {"label":"H", "x":9, "y":2.4}, {"label":"J", "x":10, "y":2.2}, - {"label":"K", "x":11, "y":2.0}, + {"label":"K", "x":11, "y":2}, {"label":"L", "x":12, "y":2.2}, {"label":";", "x":13, "y":2.4}, {"label":"'", "x":14, "y":2.5}, @@ -78,7 +78,7 @@ {"label":"Shift", "x":0, "y":3.5}, {"label":"Z", "x":1, "y":3.4}, {"label":"X", "x":2, "y":3.2}, - {"label":"C", "x":3, "y":3.0}, + {"label":"C", "x":3, "y":3}, {"label":"V", "x":4, "y":3.2}, {"label":"B", "x":5, "y":3.4}, {"label":"GUI", "x":6.25, "y":3.4}, @@ -86,7 +86,7 @@ {"label":"GUI", "x":7.75, "y":3.4}, {"label":"N", "x":9, "y":3.4}, {"label":"M", "x":10, "y":3.2}, - {"label":",", "x":11, "y":3.0}, + {"label":",", "x":11, "y":3}, {"label":".", "x":12, "y":3.2}, {"label":"/", "x":13, "y":3.4}, {"label":"Shift", "x":14, "y":3.5}, -- cgit v1.2.3