diff options
author | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 05:49:47 +0100 |
---|---|---|
committer | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 05:49:47 +0100 |
commit | 9240f27ba909aece233bda59e4ec15f7666fdece (patch) | |
tree | 7b6e2b05a0722734e4739dd7b52817d82fae51c6 /keyboards/ergodox/config.h | |
parent | dc4c8875ba2b961deb5d9712f422b00ce7c90979 (diff) | |
parent | 985a091a739c99736d5b17de5161831488dbc219 (diff) | |
download | qmk_firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.gz qmk_firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/ergodox/config.h')
-rw-r--r-- | keyboards/ergodox/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h index edc60caae..994a8c643 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 |