diff options
author | Florian Didron <0x6664@hey.com> | 2021-03-25 19:40:13 +0900 |
---|---|---|
committer | Florian Didron <0x6664@hey.com> | 2021-03-25 19:40:13 +0900 |
commit | ca83d05851e431df5cd7bfb5d1e9c917e905b479 (patch) | |
tree | 0ab09812b5e87941c2c753b6216dba811febba42 /keyboards/planck/ez/config.h | |
parent | d6f37f0f74eb725fb787ea45f81193bf3da3a7eb (diff) | |
parent | 53d1cfb7058b5010556f85dd527fc6db4596364e (diff) |
Adds locale contributions
Diffstat (limited to 'keyboards/planck/ez/config.h')
-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 |