diff --git a/config/mouse.dtsi b/config/mouse.dtsi index d832470..d6c9a7a 100644 --- a/config/mouse.dtsi +++ b/config/mouse.dtsi @@ -1,7 +1,7 @@ // This file was copied from urob's repo // Settings tuned for 3840 x 2160 display resolution -#define ZMK_POINTING_DEFAULT_MOVE_VAL 1000 // 600 +#define ZMK_POINTING_DEFAULT_MOVE_VAL 800 // 600 #define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10 #include @@ -10,7 +10,7 @@ // Based on @caksoylar's config, defaults in comments &mmv { acceleration-exponent = <1>; // 1 - time-to-max-speed-ms = <500>; // 300 + time-to-max-speed-ms = <700>; // 300 delay-ms = <0>; // 0 };