mouse adjustments

This commit is contained in:
Daniel Fichtinger 2025-01-06 23:20:39 -05:00
parent ae3ae30045
commit e3acc4ed17
4 changed files with 42 additions and 42 deletions

View file

@ -1,5 +1,5 @@
// Settings tuned for 3840 x 2160 display resolution
#define ZMK_POINTING_DEFAULT_MOVE_VAL 600 // 600
#define ZMK_POINTING_DEFAULT_MOVE_VAL 900 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10
#include <dt-bindings/zmk/pointing.h>
@ -8,7 +8,7 @@
// Based on @caksoylar's config, defaults in comments
&mmv {
acceleration-exponent = <1>; // 1
acceleration-exponent = <0>; // 1
time-to-max-speed-ms = <300>; // 300
delay-ms = <0>; // 0
};