From ec591475079374d09a6708844c8ad4a754f65a33 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Thu, 2 Nov 2017 12:28:15 -0400 Subject: [PATCH] fix 2u alignment in info.jsons --- keyboards/planck/info.json | 2 +- keyboards/preonic/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }, -- 2.39.2