Skip to content

Commit

Permalink
fix(sweep): mouse keys tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Mar 30, 2024
1 parent 83b157a commit 7a7c554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
// };

// mouse keys (copied from urob)
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 4250 // 600
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 3750 // 600
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10

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

&mmv {
acceleration-exponent = <2>; // 1
time-to-max-speed-ms = <120>; // 40
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <150>; // 40
delay-ms = <0>; // 0
};

Expand Down

0 comments on commit 7a7c554

Please sign in to comment.