aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/mousekey.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/mousekey.h')
-rw-r--r--tmk_core/common/mousekey.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/mousekey.h b/tmk_core/common/mousekey.h
index 48946987c..05e453823 100644
--- a/tmk_core/common/mousekey.h
+++ b/tmk_core/common/mousekey.h
@@ -55,6 +55,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
55# ifndef MOUSEKEY_TIME_TO_MAX 55# ifndef MOUSEKEY_TIME_TO_MAX
56# define MOUSEKEY_TIME_TO_MAX 20 56# define MOUSEKEY_TIME_TO_MAX 20
57# endif 57# endif
58# ifndef MOUSEKEY_WHEEL_DELAY
59# define MOUSEKEY_WHEEL_DELAY 300
60# endif
61# ifndef MOUSEKEY_WHEEL_INTERVAL
62# define MOUSEKEY_WHEEL_INTERVAL 100
63# endif
58# ifndef MOUSEKEY_WHEEL_MAX_SPEED 64# ifndef MOUSEKEY_WHEEL_MAX_SPEED
59# define MOUSEKEY_WHEEL_MAX_SPEED 8 65# define MOUSEKEY_WHEEL_MAX_SPEED 8
60# endif 66# endif