diff options
author | Ryan <fauxpark@gmail.com> | 2024-07-03 18:35:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 18:35:54 +1000 |
commit | f8596b40a4bb15a1881138baa8b8787277e2e622 (patch) | |
tree | 551e145c341b2a7e9f8ee9f2573f4f1e8ebbfbe9 /quantum/pointing_device/pointing_device_auto_mouse.h | |
parent | bc0c69570b8a8b1d9a754a280053e49a825b24d7 (diff) |
Normalise mouse keycodes (#23975)
Diffstat (limited to 'quantum/pointing_device/pointing_device_auto_mouse.h')
-rw-r--r-- | quantum/pointing_device/pointing_device_auto_mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/pointing_device/pointing_device_auto_mouse.h b/quantum/pointing_device/pointing_device_auto_mouse.h index a596c065a3..2c0d4d1043 100644 --- a/quantum/pointing_device/pointing_device_auto_mouse.h +++ b/quantum/pointing_device/pointing_device_auto_mouse.h @@ -37,7 +37,7 @@ # define AUTO_MOUSE_TIME 650 #endif #ifndef AUTO_MOUSE_DELAY -# define AUTO_MOUSE_DELAY GET_TAPPING_TERM(KC_MS_BTN1, &(keyrecord_t){}) +# define AUTO_MOUSE_DELAY GET_TAPPING_TERM(QK_MOUSE_BUTTON_1, &(keyrecord_t){}) #endif #ifndef AUTO_MOUSE_DEBOUNCE # define AUTO_MOUSE_DEBOUNCE 25 |