diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-09-06 07:50:43 +1000 |
|---|---|---|
| committer | Yan-Fa Li <yanfali@gmail.com> | 2019-09-05 14:50:43 -0700 |
| commit | 98599173d7306d53cc8603d40bc50e229025fbdf (patch) | |
| tree | d9d8ca44a594af9e8fe3093902817f9d2e9e2091 /quantum | |
| parent | 12812fa6a41ed93e243244432e8be83c201f84dd (diff) | |
| download | qmk_firmware-98599173d7306d53cc8603d40bc50e229025fbdf.tar.gz qmk_firmware-98599173d7306d53cc8603d40bc50e229025fbdf.zip | |
Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)
Diffstat (limited to 'quantum')
| -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 2d62dcbf1..1af0123e2 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) | |||
| 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 |
| 37 | endif | 37 | endif |
| 38 | 38 | ||
| 39 | ifneq (,$(filter $(MCU),atmega32u2 atmega32u4 at90usb1286)) | 39 | ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286)) |
| 40 | # Processor frequency. | 40 | # Processor frequency. |
| 41 | # This will define a symbol, F_CPU, in all source code files equal to the | 41 | # This will define a symbol, F_CPU, in all source code files equal to the |
| 42 | # processor frequency in Hz. You can then use this symbol in your source code to | 42 | # processor frequency in Hz. You can then use this symbol in your source code to |
