Skip to content

Commit

Permalink
Merge pull request qmk#31 from ilc/mh_allow_modifiers
Browse files Browse the repository at this point in the history
keymap/vial: Modifiers work with mouse keys.
  • Loading branch information
morganvenable authored Apr 29, 2024
2 parents 8d59f00 + 715c3bb commit 1266192
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions keyboards/svalboard/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case KC_WH_D:
case KC_WH_R:
case KC_WH_L:
case KC_LSFT:
case KC_RSFT:
case KC_LCTL:
case KC_RCTL:
case KC_LALT:
case KC_RALT:
case KC_LGUI:
case KC_RGUI:
break;
default:
mouse_mode(false);
Expand Down

0 comments on commit 1266192

Please sign in to comment.