]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - converter/adb_usb/Makefile.pjrc
Add mouse support to ADB
[qmk_firmware.git] / converter / adb_usb / Makefile.pjrc
index 69e2325f95133bb996942f4117f645918d8730e0..c320c09d255909d6b25986f5be7f8a3bd43cada3 100644 (file)
@@ -2,7 +2,7 @@
 TARGET = adb_usb_pjrc
 
 # Directory common source filess exist
-TMK_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -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