diff options
author | Erez Zukerman <bulk@ezuk.org> | 2017-05-28 20:05:37 -0400 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2017-05-28 20:05:37 -0400 |
commit | 41fa638aa8bc9c10dc885218569ccd396d84abcb (patch) | |
tree | f234a9db91ec3bbbf3e823e6205cf145943211cc /keyboards/ergodox/config.h | |
parent | 71feac57175f5a3d09e96cc579f5d5c3477adb7b (diff) |
Adds prevent stuck modifiers to EZ default
Diffstat (limited to 'keyboards/ergodox/config.h')
-rw-r--r-- | keyboards/ergodox/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h index e870835d85..2091999bb3 100644 --- a/keyboards/ergodox/config.h +++ b/keyboards/ergodox/config.h @@ -3,7 +3,7 @@ #define MOUSEKEY_INTERVAL 20 #define MOUSEKEY_DELAY 0 -#define MOUSEKEY_TIME_TO_MAX 40 +#define MOUSEKEY_TIME_TO_MAX 60 #define MOUSEKEY_MAX_SPEED 7 #define MOUSEKEY_WHEEL_DELAY 0 |