Skip to content

Commit

Permalink
Adjust acceleration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
infused-kim committed Aug 18, 2024
1 parent 2c7bf4d commit e1fc835
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/includes/mouse_tp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
compatible = "zmk,input-accelerator";

acceleration-curve = "sigmoid";
acceleration-factor-base = <60>;
acceleration-factor-max = <120>;
acceleration-factor-base = <80>;
acceleration-factor-max = <130>;
acceleration-factor-rate = <40>;
acceleration-start-offset = <7>;
acceleration-start-offset = <5>;
max-speed = <50>;

enable-interval-based-speed;
Expand All @@ -100,7 +100,7 @@
compatible = "zmk,input-accelerator";

acceleration-curve = "scroll";
acceleration-factor-rate = <20>;
acceleration-factor-rate = <25>;
acceleration-start-offset = <10>;
max-speed = <20>;
divisor = <20>;
Expand Down Expand Up @@ -135,7 +135,7 @@

// How long to wait, after the last mouse movement, before deactivating
// the layer (Default: 250)
layer-toggle-timeout-ms = <300>;
layer-toggle-timeout-ms = <150>;

// Require at least this amount of time since the last key tap to
// activate the layer toggle. Prevents activations of the mouse layer
Expand Down

0 comments on commit e1fc835

Please sign in to comment.