Skip to content

Commit

Permalink
trackpoint: Add SV_RECALIBRATE_POINTER: to MH exempt list.
Browse files Browse the repository at this point in the history
Makes sure that we stay in mouse mode despite pressing
SV_RECALIBRATE_POINTER.
  • Loading branch information
ilc committed May 4, 2024
1 parent 50dde7c commit 23f1cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/svalboard/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case KC_RALT:
case KC_LGUI:
case KC_RGUI:
case SV_RECALIBRATE_POINTER:
break;
default:
mouse_mode(false);
Expand Down

0 comments on commit 23f1cc2

Please sign in to comment.