Fix up via keymap builds. (#20397)
This commit is contained in:
parent
15e5a586c1
commit
f8d70116cc
1 changed files with 2 additions and 2 deletions
|
@ -101,13 +101,13 @@ keyevent_t encoder_left_ccw = {
|
||||||
|
|
||||||
keyevent_t encoder_left_cw = {
|
keyevent_t encoder_left_cw = {
|
||||||
.key = (keypos_t){.row = 5, .col = 1},
|
.key = (keypos_t){.row = 5, .col = 1},
|
||||||
.pressed = false
|
.pressed = false,
|
||||||
.type = KEY_EVENT
|
.type = KEY_EVENT
|
||||||
};
|
};
|
||||||
|
|
||||||
keyevent_t encoder_right_ccw = {
|
keyevent_t encoder_right_ccw = {
|
||||||
.key = (keypos_t){.row = 5, .col = 2},
|
.key = (keypos_t){.row = 5, .col = 2},
|
||||||
.pressed = false
|
.pressed = false,
|
||||||
.type = KEY_EVENT
|
.type = KEY_EVENT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue