From aab19b669ea95993fcbed4c773b73ecfb930c832 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:23:25 +0800 Subject: [PATCH] Update corne.keymap --- config/corne.keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/corne.keymap b/config/corne.keymap index a3fcabb..484fa71 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -6,7 +6,7 @@ #include #include -#define ZMK_MOUSE_DEFAULT_MOVE_VAL 2500 // 600 +#define ZMK_MOUSE_DEFAULT_MOVE_VAL 1500 // 600 #define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 #define U_MS_U &mmv MOVE_UP #define U_MS_D &mmv MOVE_DOWN @@ -27,8 +27,8 @@ }; mmv { - acceleration-exponent = <1>; // 1 - time-to-max-speed-ms = <600>; // 40 + acceleration-exponent = <0>; // 1 + time-to-max-speed-ms = <900>; // 40 delay-ms = <0>; // 0 };