diff options
author | Ryan <fauxpark@gmail.com> | 2020-08-25 18:58:00 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | b89b2030af655132e2708cbdffd7fb1b8e1aaeb4 (patch) | |
tree | f6d9d65da2b9f93ce0ad2f6a9e00293a1c6f4aa5 /quantum | |
parent | fa6cf8572736f16d2fe076c21546d08f258e145f (diff) | |
download | qmk_firmware-b89b2030af655132e2708cbdffd7fb1b8e1aaeb4.tar.gz qmk_firmware-b89b2030af655132e2708cbdffd7fb1b8e1aaeb4.zip |
Kiibohd bootloader, take 2 (#10129)
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 61fd7b6e4c..33a0cabc84 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -1,3 +1,5 @@ +MCU_ORIG := $(MCU) + ifneq ($(findstring MKL26Z64, $(MCU)),) # Cortex version MCU = cortex-m0plus |