Browse Source

Fix up via keymap builds. (#20397)

pull/20411/head
Nick Brassel 1 year ago
committed by GitHub
parent
commit
f8d70116cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/custommk/genesis/rev2/keymaps/via/keymap.c

+ 2
- 2
keyboards/custommk/genesis/rev2/keymaps/via/keymap.c View File

@ -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
};


Loading…
Cancel
Save