diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2021-03-18 10:07:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 10:07:38 +0900 |
commit | 1b29979433b25c83c15f851dc8156efba704b1e2 (patch) | |
tree | 45db63a56e1ffbfcc15410fcd8aa1474aa2d729d /keyboards/planck/ez | |
parent | d2342a38d6b2e77559e9e90cc7609bb9d834f8ac (diff) |
Increase mouse wheel key delay (#333)
* feat: increase mouse wheel key delay
* feat: increase mouse wheel key delay for the Planck
Diffstat (limited to 'keyboards/planck/ez')
-rw-r--r-- | keyboards/planck/ez/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index 1ead277542..e5071f7e0c 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -164,7 +164,7 @@ #define MOUSEKEY_DELAY 0 #define MOUSEKEY_TIME_TO_MAX 60 #define MOUSEKEY_MAX_SPEED 7 -#define MOUSEKEY_WHEEL_DELAY MOUSEKEY_DELAY +#define MOUSEKEY_WHEEL_DELAY 400 #define MOUSEKEY_WHEEL_INTERVAL MOUSEKEY_INTERVAL #define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED #define MOUSEKEY_WHEEL_TIME_TO_MAX MOUSEKEY_TIME_TO_MAX |