diff options
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index fd5342d637..796b4e8787 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk | |||
| @@ -66,6 +66,10 @@ ifeq ($(strip $(NO_USB_STARTUP_CHECK)), yes) | |||
| 66 | OPT_DEFS += -DNO_USB_STARTUP_CHECK | 66 | OPT_DEFS += -DNO_USB_STARTUP_CHECK |
| 67 | endif | 67 | endif |
| 68 | 68 | ||
| 69 | ifeq ($(strip $(USB_WAIT_FOR_ENUMERATION)), yes) | ||
| 70 | OPT_DEFS += -DUSB_WAIT_FOR_ENUMERATION | ||
| 71 | endif | ||
| 72 | |||
| 69 | ifeq ($(strip $(JOYSTICK_SHARED_EP)), yes) | 73 | ifeq ($(strip $(JOYSTICK_SHARED_EP)), yes) |
| 70 | OPT_DEFS += -DJOYSTICK_SHARED_EP | 74 | OPT_DEFS += -DJOYSTICK_SHARED_EP |
| 71 | SHARED_EP_ENABLE = yes | 75 | SHARED_EP_ENABLE = yes |
