From 7a7c554af57084a441265402a8226a50b72ae064 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 30 Mar 2024 16:11:32 +0800 Subject: [PATCH] fix(sweep): mouse keys tuning --- config/cradio.keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 1f35ebf..a9d6382 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -59,15 +59,15 @@ // }; // mouse keys (copied from urob) -#define ZMK_MOUSE_DEFAULT_MOVE_VAL 4250 // 600 +#define ZMK_MOUSE_DEFAULT_MOVE_VAL 3750 // 600 #define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 #include #include &mmv { - acceleration-exponent = <2>; // 1 - time-to-max-speed-ms = <120>; // 40 + acceleration-exponent = <1>; // 1 + time-to-max-speed-ms = <150>; // 40 delay-ms = <0>; // 0 };