Normalise mouse keycodes (#23975)

This commit is contained in:
Ryan
2024-07-03 18:35:54 +10:00
committed by GitHub
parent bc0c69570b
commit f8596b40a4
19 changed files with 426 additions and 209 deletions

View File

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