~ruther/qmk_firmware

0fcebdcdf1b193268c0e8979faa583fa6253a29c — Joel Challis 3 years ago 227e552
Swap F4x1 default board files away from blackpill (#17522)

1 files changed, 2 insertions(+), 2 deletions(-)

M builddefs/mcu_selection.mk
M builddefs/mcu_selection.mk => builddefs/mcu_selection.mk +2 -2
@@ 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