Skip to content

Commit

Permalink
fixing bug that caused KC_DEL and KC_MUTE (encoder press) to be swapp…
Browse files Browse the repository at this point in the history
…ed (qmk#20420)
  • Loading branch information
mkillewald authored and queyenth committed Apr 21, 2023
1 parent ad0b300 commit ea9ca11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/keychron/q1/ansi_encoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
{"matrix":[0,11], "x":10.75, "y":0},
{"matrix":[0,12], "x":11.75, "y":0},
{"matrix":[0,13], "x":12.75, "y":0},
{"matrix":[0,14], "x":14, "y":0},
{"matrix":[4,14], "x":15.25, "y":0},
{"matrix":[4,14], "x":14, "y":0},
{"matrix":[0,14], "x":15.25, "y":0},

{"matrix":[1, 0], "x":0, "y":1},
{"matrix":[1, 1], "x":1, "y":1},
Expand Down

0 comments on commit ea9ca11

Please sign in to comment.