forked from mirrors/qmk_firmware
fixed missing x coordinate on spacebar (#18330)
This commit is contained in:
parent
16c2b528df
commit
f46379f308
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
{ "matrix": [0, 0], "x":0, "y":5.25, "w":1.25},
|
{ "matrix": [0, 0], "x":0, "y":5.25, "w":1.25},
|
||||||
{ "matrix": [1, 0], "x":1.25, "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": [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": [8, 0], "x":10, "y":5.25, "w":1.5},
|
||||||
{ "matrix": [7, 0], "x":11.5, "y":5.25, "w":1.5},
|
{ "matrix": [7, 0], "x":11.5, "y":5.25, "w":1.5},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue