Tune mouse settings

This commit is contained in:
urob 2022-06-23 15:39:47 -04:00
parent 3fda0cc152
commit 963620cbdb
2 changed files with 7 additions and 6 deletions

View file

@ -1,19 +1,19 @@
#include <dt-bindings/zmk/mouse.h> #include <dt-bindings/zmk/mouse.h>
&mmv { &mmv {
time-to-max-speed-ms = <1500>; // 300 time-to-max-speed-ms = <40>;
acceleration-exponent = <1>; acceleration-exponent = <1>;
delay-ms = <0>; delay-ms = <0>;
}; };
&mwh { &mwh {
time-to-max-speed-ms = <5000>; // 300 time-to-max-speed-ms = <40>;
acceleration-exponent = <1>; // 0 acceleration-exponent = <0>;
delay-ms = <0>; delay-ms = <10>;
}; };
#define U_MOUSE_MOVE_MAX 1250 #define U_MOUSE_MOVE_MAX 600
#define U_MOUSE_SCROLL_MAX 100 #define U_MOUSE_SCROLL_MAX 10
#undef MOVE_UP #undef MOVE_UP
#undef MOVE_DOWN #undef MOVE_DOWN

View file

@ -1,2 +1,3 @@
# Put configuration options here # Put configuration options here
CONFIG_ZMK_MOUSE=y CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_MOUSE_TICK_DURATION=8