From: Jack Humbert Date: Thu, 2 Nov 2017 16:28:15 +0000 (-0400) Subject: fix 2u alignment in info.jsons X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=ec591475079374d09a6708844c8ad4a754f65a33 fix 2u alignment in info.jsons --- diff --git a/keyboards/planck/info.json b/keyboards/planck/info.json index dad4e8e12..fd897c216 100644 --- a/keyboards/planck/info.json +++ b/keyboards/planck/info.json @@ -54,7 +54,7 @@ { "w": 1, "x": 2, "y": 3 }, { "w": 1, "x": 3, "y": 3 }, { "w": 1, "x": 4, "y": 3 }, - { "w": 2, "x": 5.5, "y": 3 }, + { "w": 2, "x": 5, "y": 3 }, { "w": 1, "x": 7, "y": 3 }, { "w": 1, "x": 8, "y": 3 }, { "w": 1, "x": 9, "y": 3 }, diff --git a/keyboards/preonic/info.json b/keyboards/preonic/info.json index 27e06bcd8..a87e5953c 100644 --- a/keyboards/preonic/info.json +++ b/keyboards/preonic/info.json @@ -66,7 +66,7 @@ { "w": 1, "x": 2, "y": 4 }, { "w": 1, "x": 3, "y": 4 }, { "w": 1, "x": 4, "y": 4 }, - { "w": 2, "x": 5.5, "y": 4 }, + { "w": 2, "x": 5, "y": 4 }, { "w": 1, "x": 7, "y": 4 }, { "w": 1, "x": 8, "y": 4 }, { "w": 1, "x": 9, "y": 4 },