Tweak mouse settings

This commit is contained in:
urob 2024-12-16 23:52:35 -05:00
parent d1dfb03d8e
commit c9e9d125a8

View file

@ -1,5 +1,6 @@
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 1500 // 600 // Settings tuned for 3840 x 2160 display resolution
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 #define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 120 // 10
#include <dt-bindings/zmk/pointing.h> #include <dt-bindings/zmk/pointing.h>
@ -12,7 +13,7 @@
&msc { &msc {
acceleration-exponent = <1>; // 0 acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <40>; // 300 time-to-max-speed-ms = <800>; // 300
delay-ms = <0>; // 0 delay-ms = <0>; // 0
}; };