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
This commit is contained in:
parent
1a77abfe64
commit
014ad1d747
17 changed files with 1752 additions and 1 deletions
5
drivers/boards/GENERIC_STM32_F072XB/board.mk
Normal file
5
drivers/boards/GENERIC_STM32_F072XB/board.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = $(BOARD_PATH)/boards/GENERIC_STM32_F072XB/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = $(BOARD_PATH)/boards/GENERIC_STM32_F072XB
|
Loading…
Add table
Add a link
Reference in a new issue