From acc74479b6f38f69e1497411d85511823892712b Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 22 Mar 2020 09:48:17 +0000 Subject: Align some ChibiOS build logic (#8461) * Align some ChibiOS build logic * infer more makefile logic * Move bootloader logic to chibios file --- quantum/mcu_selection.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quantum/mcu_selection.mk') 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 -- cgit v1.2.3