summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErez Zukerman <ezukerman@godaddy.com>2016-12-05 20:34:24 -0500
committerErez Zukerman <ezukerman@godaddy.com>2016-12-05 20:34:24 -0500
commita05b6a72d9da9fa6056046c9f600957f43b3c8df (patch)
tree58f4b9ae3ef0c8a398447275c9d58f5d8c3de32f
parentd0c667c790479ac50804db0d212d0adf157c3e0b (diff)
Adjusts config for better mousekey support
-rw-r--r--keyboards/ergodox/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h
index edc60caae1..994a8c6433 100644
--- a/keyboards/ergodox/config.h
+++ b/keyboards/ergodox/config.h
@@ -1,10 +1,11 @@
#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
#define KEYBOARDS_ERGODOX_CONFIG_H_
-#define MOUSEKEY_DELAY 100
#define MOUSEKEY_INTERVAL 20
-#define MOUSEKEY_MAX_SPEED 3
-#define MOUSEKEY_TIME_TO_MAX 10
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_TIME_TO_MAX 5
+#define MOUSEKEY_MAX_SPEED 2
+#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1