diff options
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 8aa063c91..d4ad50db6 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk | |||
| @@ -1,25 +1,5 @@ | |||
| 1 | PROTOCOL_DIR = protocol | 1 | PROTOCOL_DIR = protocol |
| 2 | 2 | ||
| 3 | ifeq ($(strip $(SERIAL_MOUSE_MICROSOFT_ENABLE)), yes) | ||
| 4 | SRC += $(PROTOCOL_DIR)/serial_mouse_microsoft.c | ||
| 5 | OPT_DEFS += -DSERIAL_MOUSE_ENABLE -DSERIAL_MOUSE_MICROSOFT \ | ||
| 6 | -DMOUSE_ENABLE | ||
| 7 | endif | ||
| 8 | |||
| 9 | ifeq ($(strip $(SERIAL_MOUSE_MOUSESYSTEMS_ENABLE)), yes) | ||
| 10 | SRC += $(PROTOCOL_DIR)/serial_mouse_mousesystems.c | ||
| 11 | OPT_DEFS += -DSERIAL_MOUSE_ENABLE -DSERIAL_MOUSE_MOUSESYSTEMS \ | ||
| 12 | -DMOUSE_ENABLE | ||
| 13 | endif | ||
| 14 | |||
| 15 | ifeq ($(strip $(SERIAL_MOUSE_USE_SOFT)), yes) | ||
| 16 | SRC += $(PROTOCOL_DIR)/serial_soft.c | ||
| 17 | endif | ||
| 18 | |||
| 19 | ifeq ($(strip $(SERIAL_MOUSE_USE_UART)), yes) | ||
| 20 | SRC += $(PROTOCOL_DIR)/serial_uart.c | ||
| 21 | endif | ||
| 22 | |||
| 23 | ifeq ($(strip $(USB_HID_ENABLE)), yes) | 3 | ifeq ($(strip $(USB_HID_ENABLE)), yes) |
| 24 | include $(TMK_DIR)/protocol/usb_hid.mk | 4 | include $(TMK_DIR)/protocol/usb_hid.mk |
| 25 | endif | 5 | endif |
