Skip to content

Commit

Permalink
Further mouse movement tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 13, 2025
1 parent d5eb2f0 commit 4da3f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mouse.dtsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file was copied from urob's repo

// Settings tuned for 3840 x 2160 display resolution
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1000 // 600
#define ZMK_POINTING_DEFAULT_MOVE_VAL 800 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10

#include <dt-bindings/zmk/pointing.h>
Expand All @@ -10,7 +10,7 @@
// Based on @caksoylar's config, defaults in comments
&mmv {
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <500>; // 300
time-to-max-speed-ms = <700>; // 300
delay-ms = <0>; // 0
};

Expand Down

0 comments on commit 4da3f2f

Please sign in to comment.