diff options
author | Joel Challis <git@zvecr.com> | 2020-03-22 09:48:17 +0000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | acc74479b6f38f69e1497411d85511823892712b (patch) | |
tree | 1b9b499bb60898e219658ba2aa1a8b19ac81f995 /quantum | |
parent | 3012ffe48a3bc1deadb52a509e6395f09a17ef9f (diff) |
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')
-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 |