X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=tmk_core%2Fprotocol.mk;h=54913329e69ff0e9c9dcfde2445ad476d455b9c1;hb=80fd3b0b240a8840fbca1cc3cc70e76f5b52b888;hp=726f658a0422df5ab9096469aaa1f5a240a4d57b;hpb=79cfa894afbc0a94ac642f57de905d9afc068ce7;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 726f658a..54913329 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk @@ -46,5 +46,9 @@ ifdef SERIAL_MOUSE_USE_UART SRC += $(PROTOCOL_DIR)/serial_uart.c endif +ifdef ADB_MOUSE_ENABLE + OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE +endif + # Search Path VPATH += $(TMK_DIR)/protocol