summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-19 15:08:26 +0900
committertmk <nobody@nowhere>2012-10-19 15:08:26 +0900
commit81141ad0eba1a9db9abd0f7903d8077c28e76b40 (patch)
tree76ab2978baba4d9cf89e9d02fa13eb2e5424db8e /common
parent3c822b511e7af60332a7e5a938c08bafb2516ba3 (diff)
parentb56717b843859aa3188f9a40532b077241269482 (diff)
Merge branch 'sun'
Diffstat (limited to 'common')
-rw-r--r--common/mousekey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mousekey.h b/common/mousekey.h
index ac26a46c89..d8d7beaaa3 100644
--- a/common/mousekey.h
+++ b/common/mousekey.h
@@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_TIME_TO_MAX 20
#endif
#ifndef MOUSEKEY_WHEEL_MAX_SPEED
-#define MOUSEKEY_WHEEL_MAX_SPEED 16
+#define MOUSEKEY_WHEEL_MAX_SPEED 8
#endif
#ifndef MOUSEKEY_WHEEL_TIME_TO_MAX
#define MOUSEKEY_WHEEL_TIME_TO_MAX 40