tweaks default mouse speed constants

This commit is contained in:
Erez Zukerman 2017-05-24 07:56:41 -04:00
parent c7e9e643fa
commit a965e5b735
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_TIME_TO_MAX 5
#define MOUSEKEY_MAX_SPEED 2
#define MOUSEKEY_TIME_TO_MAX 40
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1