From 1b29979433b25c83c15f851dc8156efba704b1e2 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Thu, 18 Mar 2021 10:07:38 +0900 Subject: Increase mouse wheel key delay (#333) * feat: increase mouse wheel key delay * feat: increase mouse wheel key delay for the Planck --- keyboards/moonlander/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/moonlander/config.h') diff --git a/keyboards/moonlander/config.h b/keyboards/moonlander/config.h index 459630a006..d49c33de8c 100644 --- a/keyboards/moonlander/config.h +++ b/keyboards/moonlander/config.h @@ -108,7 +108,7 @@ along with this program. If not, see . #define MOUSEKEY_DELAY 0 #define MOUSEKEY_TIME_TO_MAX 60 #define MOUSEKEY_MAX_SPEED 7 -#define MOUSEKEY_WHEEL_DELAY MOUSEKEY_DELAY +#define MOUSEKEY_WHEEL_DELAY 400 #define MOUSEKEY_WHEEL_INTERVAL MOUSEKEY_INTERVAL #define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED #define MOUSEKEY_WHEEL_TIME_TO_MAX MOUSEKEY_TIME_TO_MAX -- cgit v1.2.3