diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-06 07:50:43 +1000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-09-26 10:08:39 +0900 |
commit | 486290af968a29c958cb5d379cb5616eeb23f4f9 (patch) | |
tree | 79d0402b696f54b25c996a916d7b7fad75dc7ecb /quantum/mcu_selection.mk | |
parent | b39dbc0342a32cb73f3460534d3e33e2d29f5a9e (diff) |
Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)
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 2d62dcbf1e..1af0123e2b 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) DFU_SUFFIX_ARGS = -p DF11 -v 0483 endif -ifneq (,$(filter $(MCU),atmega32u2 atmega32u4 at90usb1286)) +ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286)) # Processor frequency. # This will define a symbol, F_CPU, in all source code files equal to the # processor frequency in Hz. You can then use this symbol in your source code to |