summaryrefslogtreecommitdiff
path: root/keyboards/planck/ez/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-12-29 06:14:48 -0800
committerGitHub <noreply@github.com>2021-12-29 06:14:48 -0800
commit906108fb486797ab2f3eb7c3a6f70e099c1199e6 (patch)
treea5cf602f98240f941677c4b27ce0865b08f2cffd /keyboards/planck/ez/config.h
parentbdce7c8d4a7dc067c31e7115efc1c8caa1bc74bf (diff)
[Keyboard] Update to ZSA Keyboards (#15644)
Diffstat (limited to 'keyboards/planck/ez/config.h')
-rw-r--r--keyboards/planck/ez/config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h
index 5085514729..537c215096 100644
--- a/keyboards/planck/ez/config.h
+++ b/keyboards/planck/ez/config.h
@@ -183,8 +183,11 @@
#define TAPPING_TOGGLE 1
-#define MOUSEKEY_INTERVAL 20
-#define MOUSEKEY_DELAY 0
-#define MOUSEKEY_TIME_TO_MAX 60
-#define MOUSEKEY_MAX_SPEED 7
-#define MOUSEKEY_WHEEL_DELAY 0
+#define MOUSEKEY_INTERVAL 20
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_TIME_TO_MAX 60
+#define MOUSEKEY_MAX_SPEED 7
+#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