]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol.mk
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / tmk_core / protocol.mk
index 726f658a0422df5ab9096469aaa1f5a240a4d57b..78b9deb2971d52f01e8426b76008b4cf548fc591 100644 (file)
@@ -46,5 +46,14 @@ ifdef SERIAL_MOUSE_USE_UART
     SRC += $(PROTOCOL_DIR)/serial_uart.c
 endif
 
+ifdef ADB_MOUSE_ENABLE
+        OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
+endif
+
+ifdef XT_ENABLE
+  SRC += $(PROTOCOL_DIR)/xt_interrupt.c
+  OPT_DEFS += -DXT_ENABLE
+endif
+
 # Search Path
 VPATH += $(TMK_DIR)/protocol