aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/mcu_selection.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-22 09:48:17 +0000
committerGitHub <noreply@github.com>2020-03-22 20:48:17 +1100
commitd8f3c28a3786e7888fe3157c173845107c3ccc95 (patch)
treeae89818914169b118b7a8f6b09fa3d51c509176f /quantum/mcu_selection.mk
parenteef0cb2f908d6b6e1a7b67414b95a877b7df0ebb (diff)
downloadfirmware-d8f3c28a3786e7888fe3157c173845107c3ccc95.tar.gz
firmware-d8f3c28a3786e7888fe3157c173845107c3ccc95.tar.bz2
firmware-d8f3c28a3786e7888fe3157c173845107c3ccc95.zip
Align some ChibiOS build logic (#8461)
* Align some ChibiOS build logic * infer more makefile logic * Move bootloader logic to chibios file
Diffstat (limited to 'quantum/mcu_selection.mk')
-rw-r--r--quantum/mcu_selection.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index f15a4f58c..ef7e8ae75 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -213,6 +213,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