diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-07 23:14:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 23:14:26 +0100 |
| commit | e0d688d4c8040302fcacb735350c95fe6be4dbde (patch) | |
| tree | 0518f3ffea7851479c8169ba3bd9fd1d0308fa1d /tmk_core/protocol.mk | |
| parent | c39170b7ef433ee86230caad6263c59bb727ed5a (diff) | |
| download | qmk_firmware-e0d688d4c8040302fcacb735350c95fe6be4dbde.tar.gz qmk_firmware-e0d688d4c8040302fcacb735350c95fe6be4dbde.zip | |
Move converter specific tmk_core protocols (#14743)
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index b61f2f546..30c87a0f1 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk | |||
| @@ -45,15 +45,6 @@ ifeq ($(strip $(SERIAL_MOUSE_USE_UART)), yes) | |||
| 45 | SRC += $(PROTOCOL_DIR)/serial_uart.c | 45 | SRC += $(PROTOCOL_DIR)/serial_uart.c |
| 46 | endif | 46 | endif |
| 47 | 47 | ||
| 48 | ifeq ($(strip $(ADB_MOUSE_ENABLE)), yes) | ||
| 49 | OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE | ||
| 50 | endif | ||
| 51 | |||
| 52 | ifeq ($(strip $(XT_ENABLE)), yes) | ||
| 53 | SRC += $(PROTOCOL_DIR)/xt_interrupt.c | ||
| 54 | OPT_DEFS += -DXT_ENABLE | ||
| 55 | endif | ||
| 56 | |||
| 57 | ifeq ($(strip $(USB_HID_ENABLE)), yes) | 48 | ifeq ($(strip $(USB_HID_ENABLE)), yes) |
| 58 | include $(TMK_DIR)/protocol/usb_hid.mk | 49 | include $(TMK_DIR)/protocol/usb_hid.mk |
| 59 | endif | 50 | endif |
