diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/mousekey.h | 2 |
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 |