From 1723ddcf87a7083250713db797e0269195909833 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 17 Jan 2026 12:34:45 -0800 Subject: 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. --- keyboards/zsa/voyager/keymaps/ryuk/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3-2-g0d8e