diff options
author | Mekaniserad Apelsin <mek@pels.in> | 2015-04-26 08:08:54 +0200 |
---|---|---|
committer | Mekaniserad Apelsin <mek@pels.in> | 2015-04-26 08:57:00 +0200 |
commit | 7780fd1c01182ab67d899b78d85a0d3b0d89196f (patch) | |
tree | fb416f095da28041879d2e85cf5d127bdd3957af /converter/adb_usb/Makefile.pjrc | |
parent | 55fc97f957555c20c4509e587e8fd2ef1194ab0d (diff) |
Add mouse support to ADB
Adding the makefile options ADB_MOUSE_ENABLE and ADB_MOUSE_ACCMAX.
Might have gone overboard with comments, and tried but failed at not
adding more than necessary outside the converter/adb_usb/ folder.
Diffstat (limited to 'converter/adb_usb/Makefile.pjrc')
-rw-r--r-- | converter/adb_usb/Makefile.pjrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converter/adb_usb/Makefile.pjrc b/converter/adb_usb/Makefile.pjrc index b54ea142c5..c320c09d25 100644 --- a/converter/adb_usb/Makefile.pjrc +++ b/converter/adb_usb/Makefile.pjrc @@ -57,6 +57,10 @@ CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend #NKRO_ENABLE = yes # USB Nkey Rollover(+500) +ADB_MOUSE_ENABLE = yes + +# ADB Mice need acceleration for todays much bigger screens. +OPT_DEFS += -DADB_MOUSE_MAXACC=8 # Search Path |