diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mcu_selection.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 84a9f3bcc6..e3b4c3f7e3 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -219,6 +219,8 @@ ifneq ($(findstring STM32F103, $(MCU)),) endif ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286)) + PROTOCOL = LUFA + # 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 |