diff options
author | Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> | 2022-09-11 22:07:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 13:07:32 +0100 |
commit | f46379f308783994b8178f95adc686f4b4c3ebd8 (patch) | |
tree | 33c66fad60227a6187f5844586e630f855cf6b3e | |
parent | 16c2b528dfdbcef2ef888e901fa5d51b59a62840 (diff) |
fixed missing x coordinate on spacebar (#18330)
-rw-r--r-- | keyboards/idobao/id80/v3/ansi/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |