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/moonlander | |
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/moonlander')
-rw-r--r-- | keyboards/moonlander/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/config.h b/keyboards/moonlander/config.h index 459630a006..d49c33de8c 100644 --- a/keyboards/moonlander/config.h +++ b/keyboards/moonlander/config.h @@ -108,7 +108,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 |