adb_usb: Disable mouse acceleration

current mouse acceleration doesn't appear proper.
This commit is contained in:
tmk 2022-04-04 12:30:04 +09:00
parent 0c25a46dc8
commit 13d57308be

View file

@ -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