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 Apr 12, 2023
1 parent 7e6eba6 commit 75edefe
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 75edefe

Please sign in to comment.