Skip to content

Commit

Permalink
Fix up via keymap builds. (qmk#20397)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Apr 10, 2023
1 parent 15e5a58 commit f8d7011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/custommk/genesis/rev2/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ keyevent_t encoder_left_ccw = {

keyevent_t encoder_left_cw = {
.key = (keypos_t){.row = 5, .col = 1},
.pressed = false
.pressed = false,
.type = KEY_EVENT
};

keyevent_t encoder_right_ccw = {
.key = (keypos_t){.row = 5, .col = 2},
.pressed = false
.pressed = false,
.type = KEY_EVENT
};

Expand Down

0 comments on commit f8d7011

Please sign in to comment.