diff options
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 295dfd318..9518a6463 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -318,6 +318,9 @@ ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 a | |||
| 318 | ifeq (,$(filter $(NO_INTERRUPT_CONTROL_ENDPOINT),yes)) | 318 | ifeq (,$(filter $(NO_INTERRUPT_CONTROL_ENDPOINT),yes)) |
| 319 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 319 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 320 | endif | 320 | endif |
| 321 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2)) | ||
| 322 | NO_I2C = yes | ||
| 323 | endif | ||
| 321 | endif | 324 | endif |
| 322 | 325 | ||
| 323 | ifneq (,$(filter $(MCU),atmega32a)) | 326 | ifneq (,$(filter $(MCU),atmega32a)) |
