diff options
| author | 2026-01-17 12:34:45 -0800 | |
|---|---|---|
| committer | 2026-01-17 12:37:09 -0800 | |
| commit | 1723ddcf87a7083250713db797e0269195909833 (patch) | |
| tree | e3d3ce2dbeca670bd262ff457349c2e04b8e04ce /keyboards/zsa | |
| parent | 9e862f4b5d1eac668153712e6ff6a51633907983 (diff) | |
| download | my-keymaps-1723ddcf87a7083250713db797e0269195909833.tar.gz my-keymaps-1723ddcf87a7083250713db797e0269195909833.zip | |
voyager: Cut auto mouse time in half
I'm doing a binary search of the right setting here. I've used the highest
setting for a while and it's just too slow, so now I've cut it in half. If this
is too fast then I'll move to 750 and see how it goes.
Diffstat (limited to 'keyboards/zsa')
| -rw-r--r-- | keyboards/zsa/voyager/keymaps/ryuk/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/zsa/voyager/keymaps/ryuk/config.h b/keyboards/zsa/voyager/keymaps/ryuk/config.h index b98faca..43c9419 100644 --- a/keyboards/zsa/voyager/keymaps/ryuk/config.h +++ b/keyboards/zsa/voyager/keymaps/ryuk/config.h @@ -1,6 +1,6 @@ #pragma once #define POINTING_DEVICE_AUTO_MOUSE_ENABLE -#define AUTO_MOUSE_TIME 1000 +#define AUTO_MOUSE_TIME 500 #define NAVIGATOR_SCROLL_INVERT_Y #define NAVIGATOR_SCROLL_INVERT_X |
