chore: tweak turbo/aim for the trackpad

This commit is contained in:
Florian Didron
2025-06-17 18:47:55 +07:00
parent 574b2798a4
commit b7d0132457

View File

@@ -3,5 +3,12 @@
#define NAVIGATOR_SCROLL_DIVIDER 10
#endif
#ifdef POINTING_DEVICE_DRIVER_navigator_trackball
#define NAVIGATOR_TURBO_MULTIPLIER 3
#define NAVIGATOR_AIM_DIVIDER 3
#endif
#ifdef POINTING_DEVICE_DRIVER_navigator_trackpad
#define NAVIGATOR_TURBO_MULTIPLIER 2
#define NAVIGATOR_AIM_DIVIDER 2
#endif