diff options
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 6b11eb498..09e07a37f 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -279,7 +279,7 @@ ifneq ($(findstring STM32F411, $(MCU)),) | |||
| 279 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | 279 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 |
| 280 | endif | 280 | endif |
| 281 | 281 | ||
| 282 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287)) | 282 | ifneq (,$(filter $(MCU),at90usb162 atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287)) |
| 283 | PROTOCOL = LUFA | 283 | PROTOCOL = LUFA |
| 284 | 284 | ||
| 285 | # Processor frequency. | 285 | # Processor frequency. |
| @@ -317,7 +317,7 @@ ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 a | |||
| 317 | ifeq (,$(filter $(NO_INTERRUPT_CONTROL_ENDPOINT),yes)) | 317 | ifeq (,$(filter $(NO_INTERRUPT_CONTROL_ENDPOINT),yes)) |
| 318 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 318 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 319 | endif | 319 | endif |
| 320 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2)) | 320 | ifneq (,$(filter $(MCU),at90usb162 atmega16u2 atmega32u2)) |
| 321 | NO_I2C = yes | 321 | NO_I2C = yes |
| 322 | endif | 322 | endif |
| 323 | endif | 323 | endif |
