diff options
author | Joel Challis <git@zvecr.com> | 2022-08-19 00:52:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 00:52:50 +0100 |
commit | 0fcebdcdf1b193268c0e8979faa583fa6253a29c (patch) | |
tree | 15837ce200a1aaad0935fb37dcd944dd542d889b /builddefs | |
parent | 227e552f5cb1b1320752a9626a81dd4d128d7c7b (diff) | |
download | qmk_firmware-0fcebdcdf1b193268c0e8979faa583fa6253a29c.tar.gz qmk_firmware-0fcebdcdf1b193268c0e8979faa583fa6253a29c.zip |
Swap F4x1 default board files away from blackpill (#17522)
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/mcu_selection.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builddefs/mcu_selection.mk b/builddefs/mcu_selection.mk index 7528aa6842..597591a455 100644 --- a/builddefs/mcu_selection.mk +++ b/builddefs/mcu_selection.mk @@ -359,7 +359,7 @@ ifneq ($(findstring STM32F401, $(MCU)),) # Board: it should exist either in <chibios>/os/hal/boards/, # <keyboard_dir>/boards/, or drivers/boards/ - BOARD ?= BLACKPILL_STM32_F401 + BOARD ?= GENERIC_STM32_F401XC USE_FPU ?= yes @@ -475,7 +475,7 @@ ifneq ($(findstring STM32F411, $(MCU)),) # Board: it should exist either in <chibios>/os/hal/boards/, # <keyboard_dir>/boards/, or drivers/boards/ - BOARD ?= BLACKPILL_STM32_F411 + BOARD ?= GENERIC_STM32_F411XE USE_FPU ?= yes |