fixing bug that caused KC_DEL and KC_MUTE (encoder press) to be swapped (#20420)
This commit is contained in:
parent
7e6eba674a
commit
75edefe541
1 changed files with 2 additions and 2 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue