From 963620cbdb95bfa019c013ee07fa6d389a2da772 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:39:47 -0400 Subject: [PATCH] Tune mouse settings --- config/mouse.dtsi | 12 ++++++------ config/planck_rev6.conf | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/mouse.dtsi b/config/mouse.dtsi index ce45fa4..c5d923c 100644 --- a/config/mouse.dtsi +++ b/config/mouse.dtsi @@ -1,19 +1,19 @@ #include &mmv { - time-to-max-speed-ms = <1500>; // 300 + time-to-max-speed-ms = <40>; acceleration-exponent = <1>; delay-ms = <0>; }; &mwh { - time-to-max-speed-ms = <5000>; // 300 - acceleration-exponent = <1>; // 0 - delay-ms = <0>; + time-to-max-speed-ms = <40>; + acceleration-exponent = <0>; + delay-ms = <10>; }; -#define U_MOUSE_MOVE_MAX 1250 -#define U_MOUSE_SCROLL_MAX 100 +#define U_MOUSE_MOVE_MAX 600 +#define U_MOUSE_SCROLL_MAX 10 #undef MOVE_UP #undef MOVE_DOWN diff --git a/config/planck_rev6.conf b/config/planck_rev6.conf index b1fabbf..6206bda 100644 --- a/config/planck_rev6.conf +++ b/config/planck_rev6.conf @@ -1,2 +1,3 @@ # Put configuration options here CONFIG_ZMK_MOUSE=y +CONFIG_ZMK_MOUSE_TICK_DURATION=8