]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add ATmega32U2 to mcu_selection.mk (#6561)
authorfauxpark <fauxpark@gmail.com>
Sat, 17 Aug 2019 21:29:41 +0000 (07:29 +1000)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 17 Aug 2019 21:29:41 +0000 (14:29 -0700)
quantum/mcu_selection.mk

index cca7720e9c7f85d4e8c170422c16bbea06003089..2d62dcbf1e3112c6464fd92a6f6a11621623bdd9 100644 (file)
@@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),)
   DFU_SUFFIX_ARGS = -p DF11 -v 0483
 endif
 
-ifneq (,$(filter $(MCU),atmega32u4 at90usb1286))
+ifneq (,$(filter $(MCU),atmega32u2 atmega32u4 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