Skip to content

Commit

Permalink
Tuning mouse timing
Browse files Browse the repository at this point in the history
  • Loading branch information
jojule committed Dec 22, 2023
1 parent e095fb1 commit 5b0e422
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#undef MOVE_DOWN
#undef MOVE_LEFT
#undef MOVE_RIGHT
#define MOVE_UP MOVE_VERT(-4000)
#define MOVE_DOWN MOVE_VERT(4000)
#define MOVE_UP MOVE_VERT(-6000)
#define MOVE_DOWN MOVE_VERT(6000)
#define MOVE_LEFT MOVE_HOR(-6000)
#define MOVE_RIGHT MOVE_HOR(6000)

Expand All @@ -30,12 +30,10 @@


&mmv {
acceleration-exponent=<1.3>;
time-to-max-speed-ms = <500>;
};

&mwh {
acceleration-exponent=<1.3>;
time-to-max-speed-ms = <500>;
};

Expand Down

0 comments on commit 5b0e422

Please sign in to comment.