From 4edf5689a10d3e883771a8edaef1faf13ae5cc99 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Wed, 30 Oct 2024 11:29:42 -0600 Subject: [PATCH] SQUASH CORE: Drop default scroll value again. * Drop the default scroll value again. In theory you only want the higher value *IF* you enable the smooth scrolling Kconfig setting. --- app/include/dt-bindings/zmk/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/include/dt-bindings/zmk/mouse.h b/app/include/dt-bindings/zmk/mouse.h index 99a35a508c9..f9d0c939a24 100644 --- a/app/include/dt-bindings/zmk/mouse.h +++ b/app/include/dt-bindings/zmk/mouse.h @@ -28,7 +28,7 @@ #endif #ifndef ZMK_MOUSE_DEFAULT_SCRL_VAL -#define ZMK_MOUSE_DEFAULT_SCRL_VAL 300 +#define ZMK_MOUSE_DEFAULT_SCRL_VAL 10 #endif /* Mouse move behavior */