Skip to content

Commit

Permalink
[master] Speed-up mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
zored committed Mar 19, 2020
1 parent 9669616 commit e28175c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ keyboards:
LEADER_TIMEOUT: 300
MOUSEKEY_DELAY: 0
MOUSEKEY_INTERVAL: 16
MOUSEKEY_MAX_SPEED: 13
MOUSEKEY_TIME_TO_MAX: 100
MOUSEKEY_MAX_SPEED: 16
MOUSEKEY_TIME_TO_MAX: 80
MOUSEKEY_WHEEL_DELAY: 0
MOUSEKEY_WHEEL_MAX_SPEED: 4
MOUSEKEY_WHEEL_TIME_TO_MAX: 180
Expand Down
4 changes: 2 additions & 2 deletions example/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
#define MOUSEKEY_INTERVAL 16

#undef MOUSEKEY_MAX_SPEED
#define MOUSEKEY_MAX_SPEED 13
#define MOUSEKEY_MAX_SPEED 16

#undef MOUSEKEY_TIME_TO_MAX
#define MOUSEKEY_TIME_TO_MAX 100
#define MOUSEKEY_TIME_TO_MAX 80

#undef MOUSEKEY_WHEEL_DELAY
#define MOUSEKEY_WHEEL_DELAY 0
Expand Down

0 comments on commit e28175c

Please sign in to comment.