diff options
| author | Ryan <fauxpark@gmail.com> | 2020-09-27 20:33:03 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 20:33:03 +1000 |
| commit | 70fce6564fe691912387d09344efa1d1ce5b949e (patch) | |
| tree | 42d9b87a3c1c2f22ca2722645c946a96bcad4795 /quantum/mcu_selection.mk | |
| parent | 28ff51175b6d45ce5a8dbfe7ed6e7a12df3bc8a8 (diff) | |
| download | qmk_firmware-70fce6564fe691912387d09344efa1d1ce5b949e.tar.gz qmk_firmware-70fce6564fe691912387d09344efa1d1ce5b949e.zip | |
Add logic for AT90USBxx7 where needed (#10203)
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 6ec5dff5f..295dfd318 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -280,7 +280,7 @@ ifneq ($(findstring STM32F411, $(MCU)),) | |||
| 280 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 | 280 | DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 |
| 281 | endif | 281 | endif |
| 282 | 282 | ||
| 283 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286)) | 283 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287)) |
| 284 | PROTOCOL = LUFA | 284 | PROTOCOL = LUFA |
| 285 | 285 | ||
| 286 | # Processor frequency. | 286 | # Processor frequency. |
