X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol.mk;h=47265d80489e846d33cde61ea1fe6bca1f256642;hb=3e8289b53ce929484651fc065fb5f718e4e3ae21;hp=2bf05742f8782f57d4dbccb537cbd1ee768b49f2;hpb=74019c8e417dbfac0b925effa1b29769d04bd8d5;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 2bf05742..47265d80 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk @@ -26,13 +26,6 @@ ifeq (yes,$(strip $(PS2_USE_USART))) endif -ifeq (yes,$(strip $(XT_USE_INT))) - SRC += protocol/xt_interrupt.c - SRC += protocol/xt_io_avr.c - OPT_DEFS += -DXT_USE_INT -endif - - ifeq (yes,$(strip $(SERIAL_MOUSE_MICROSOFT_ENABLE))) SRC += $(PROTOCOL_DIR)/serial_mouse_microsoft.c OPT_DEFS += -DSERIAL_MOUSE_ENABLE -DSERIAL_MOUSE_MICROSOFT \