Skip to content

Commit

Permalink
Fix up positioning of keys for Keychron Q10/V10 and Q6/V6 (qmk#20582)
Browse files Browse the repository at this point in the history
  • Loading branch information
adophoxia authored Apr 27, 2023
1 parent e90d9fc commit 64b8438
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/keychron/q10/iso_encoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{"matrix":[3,12], "x":14.75, "y":3.25},
{"matrix":[3,13], "x":15.75, "y":3.25},
{"matrix":[3,14], "x":16.75, "y":3.25},
{"matrix":[2,14], "x":17.75, "y":3.25, "w":1.25, "h":2},
{"matrix":[2,14], "x":17.75, "y":2.25, "w":1.25, "h":2},
{"matrix":[3,15], "x":19.5, "y":3.25},

{"matrix":[4, 0], "x":0, "y":4.25},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/q6/iso_encoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{"matrix":[3,15], "x":21.5, "y":2.25, "h":2},

{"matrix":[4, 0], "x":0, "y":4.25, "w":1.25},
{"matrix":[4, 1], "x":2.25, "y":4.25},
{"matrix":[4, 1], "x":1.25, "y":4.25},
{"matrix":[4, 2], "x":2.25, "y":4.25},
{"matrix":[4, 3], "x":3.25, "y":4.25},
{"matrix":[4, 4], "x":4.25, "y":4.25},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/v10/iso_encoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{"matrix":[3,12], "x":14.75, "y":3.25},
{"matrix":[3,13], "x":15.75, "y":3.25},
{"matrix":[3,14], "x":16.75, "y":3.25},
{"matrix":[2,14], "x":17.75, "y":3.25, "w":1.25, "h":2},
{"matrix":[2,14], "x":17.75, "y":2.25, "w":1.25, "h":2},
{"matrix":[3,15], "x":19.5, "y":3.25},

{"matrix":[4, 0], "x":0, "y":4.25},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/v6/iso_encoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{"matrix":[3,15], "x":21.5, "y":2.25, "h":2},

{"matrix":[4, 0], "x":0, "y":4.25, "w":1.25},
{"matrix":[4, 1], "x":2.25, "y":4.25},
{"matrix":[4, 1], "x":1.25, "y":4.25},
{"matrix":[4, 2], "x":2.25, "y":4.25},
{"matrix":[4, 3], "x":3.25, "y":4.25},
{"matrix":[4, 4], "x":4.25, "y":4.25},
Expand Down

0 comments on commit 64b8438

Please sign in to comment.