Skip to content

Commit

Permalink
fixed missing x coordinate on spacebar (qmk#18330)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvinor authored Sep 11, 2022
1 parent 16c2b52 commit f46379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/idobao/id80/v3/ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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},

Expand Down

0 comments on commit f46379f

Please sign in to comment.