From f46379f308783994b8178f95adc686f4b4c3ebd8 Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Sun, 11 Sep 2022 22:07:32 +1000 Subject: fixed missing x coordinate on spacebar (#18330) --- keyboards/idobao/id80/v3/ansi/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/idobao/id80/v3/ansi/info.json b/keyboards/idobao/id80/v3/ansi/info.json index c7768130e1..fccff8efda 100644 --- a/keyboards/idobao/id80/v3/ansi/info.json +++ b/keyboards/idobao/id80/v3/ansi/info.json @@ -108,7 +108,7 @@ { "matrix": [0, 0], "x":0, "y":5.25, "w":1.25}, { "matrix": [1, 0], "x":1.25, "y":5.25, "w":1.25}, { "matrix": [2, 0], "x":2.5, "y":5.25, "w":1.25}, - { "matrix": [6, 0], "y":5.25, "w":6.25}, + { "matrix": [6, 0], "x":3.75, "y":5.25, "w":6.25}, { "matrix": [8, 0], "x":10, "y":5.25, "w":1.5}, { "matrix": [7, 0], "x":11.5, "y":5.25, "w":1.5}, -- cgit v1.2.3