diff options
| -rw-r--r-- | tmk_core/protocol/lufa.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 9d9fb728b..514d5fac4 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk | |||
| @@ -67,8 +67,8 @@ LUFA_OPTS += -DFIXED_CONTROL_ENDPOINT_SIZE=8 | |||
| 67 | LUFA_OPTS += -DFIXED_CONTROL_ENDPOINT_SIZE=8 | 67 | LUFA_OPTS += -DFIXED_CONTROL_ENDPOINT_SIZE=8 |
| 68 | LUFA_OPTS += -DFIXED_NUM_CONFIGURATIONS=1 | 68 | LUFA_OPTS += -DFIXED_NUM_CONFIGURATIONS=1 |
| 69 | 69 | ||
| 70 | # Remote wakeup fix for ATmega32U2 https://github.com/tmk/tmk_keyboard/issues/361 | 70 | # Remote wakeup fix for ATmega16/32U2 https://github.com/tmk/tmk_keyboard/issues/361 |
| 71 | ifeq ($(MCU),atmega32u2) | 71 | ifneq (,$(filter $(MCU), at90usb162 atmega16u2 atmega32u2)) |
| 72 | LUFA_OPTS += -DNO_LIMITED_CONTROLLER_CONNECT | 72 | LUFA_OPTS += -DNO_LIMITED_CONTROLLER_CONNECT |
| 73 | endif | 73 | endif |
| 74 | 74 | ||
