aboutsummaryrefslogtreecommitdiff
path: root/quantum/mcu_selection.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-02-13 19:39:22 +0000
committerGitHub <noreply@github.com>2020-02-13 19:39:22 +0000
commit014ad1d747d1688dc12a690282deae00a8efb88c (patch)
tree6907527114244b0c79da7847451a5c2d85853e56 /quantum/mcu_selection.mk
parent1a77abfe64f08a0b72f4f328418b4f4dc138ac8d (diff)
downloadqmk_firmware-014ad1d747d1688dc12a690282deae00a8efb88c.tar.gz
qmk_firmware-014ad1d747d1688dc12a690282deae00a8efb88c.zip
Fix RESET keycode on some STM32F072 keyboards (#8134)
* Add f072 board files with 'enter_bootloader_mode_if_requested' support * rename default f072 board file to GENERIC_STM32_F072XB * Remove board files * Add bootloader def * Update generic f072 board paths * Revert wrong deletion
Diffstat (limited to 'quantum/mcu_selection.mk')
-rw-r--r--quantum/mcu_selection.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index bddafa6a4..f41a9e821 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -55,7 +55,7 @@ ifneq ($(findstring STM32F072, $(MCU)),)
55 55
56 # Board: it should exist either in <chibios>/os/hal/boards/, 56 # Board: it should exist either in <chibios>/os/hal/boards/,
57 # <keyboard_dir>/boards/, or drivers/boards/ 57 # <keyboard_dir>/boards/, or drivers/boards/
58 BOARD ?= ST_STM32F072B_DISCOVERY 58 BOARD ?= GENERIC_STM32_F072XB
59 59
60 USE_FPU ?= no 60 USE_FPU ?= no
61 61