mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-27 09:57:22 +00:00
chore: tweak turbo/aim for the trackpad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user