diff options
author | Ryan <fauxpark@gmail.com> | 2020-08-25 18:58:00 +1000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 03:41:26 -0700 |
commit | a29cb23322aa3685931fad114a7c0e28774019e0 (patch) | |
tree | b52a00934c518c304ee13aad34ee59aa8c8b3627 /quantum | |
parent | a9087f8a17ddb4e0d06f940e9598852e8033328d (diff) |
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 96807be707..ae3e302ddf 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 |