adb_usb: Disable mouse acceleration
current mouse acceleration doesn't appear proper.
This commit is contained in:
parent
0c25a46dc8
commit
13d57308be
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ ACTIONMAP_ENABLE ?= no # Use 16bit actionmap instead of 8bit keymap
|
|||
KEYMAP_SECTION_ENABLE ?= yes # fixed address keymap for keymap editor
|
||||
|
||||
# ADB Mice need acceleration for todays much bigger screens.
|
||||
ADB_MOUSE_MAXACC ?= 8
|
||||
ADB_MOUSE_MAXACC ?= 1
|
||||
OPT_DEFS += -DADB_MOUSE_MAXACC=$(ADB_MOUSE_MAXACC)
|
||||
|
||||
# Enable scroll wheel functionality using the y-axis of the mouse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue