summaryrefslogtreecommitdiff
path: root/common/mousekey.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-19 14:06:18 +0900
committertmk <nobody@nowhere>2012-10-19 15:07:23 +0900
commitb56717b843859aa3188f9a40532b077241269482 (patch)
tree76ab2978baba4d9cf89e9d02fa13eb2e5424db8e /common/mousekey.h
parent97ee1be59da06063275d315d1ea5fa4f14eee6b0 (diff)
Use software serial for Sun.
Diffstat (limited to 'common/mousekey.h')
-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