diff options
author | Mike Killewald <mkillewald@yahoo.com> | 2023-04-12 06:10:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 11:10:50 +0100 |
commit | 75edefe5413f76932317d6d4c20bd122c8b01ce7 (patch) | |
tree | 1bdc0f0fdad7052c6c1b0c63cc75c0bc3f94d764 /keyboards/keychron | |
parent | 7e6eba674ac3b88bfedca313d847ceb765002cf8 (diff) |
fixing bug that caused KC_DEL and KC_MUTE (encoder press) to be swapped (#20420)
Diffstat (limited to 'keyboards/keychron')
-rw-r--r-- | keyboards/keychron/q1/ansi_encoder/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keychron/q1/ansi_encoder/info.json b/keyboards/keychron/q1/ansi_encoder/info.json index 2391e674ad..1dcefeb7f4 100644 --- a/keyboards/keychron/q1/ansi_encoder/info.json +++ b/keyboards/keychron/q1/ansi_encoder/info.json @@ -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}, |