Skip to content

Commit

Permalink
Tune mouse move and scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
proostas committed Mar 3, 2024
1 parent 7401ca5 commit 6cf8477
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

#define ZMK_MOUSE_DEFAULT_MOVE_VAL 800 // 600
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10

#include <dt-bindings/zmk/mouse.h>

#define ENG 0
Expand All @@ -25,8 +29,19 @@
tapping-term-ms = <200>;
quick-tap-ms = <150>;
};

&mmv {
time-to-max-speed-ms = <500>;
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <300>; // 300
delay-ms = <0>;
trigger-period-ms = <8>; // 16
};
&msc {
acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <40>; // 300
delay-ms = <0>;
trigger-period-ms = <8>; // 16
};

/ {
Expand Down

0 comments on commit 6cf8477

Please sign in to comment.