891d18d356
* Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example. * Update flashing.md * Update chconf.h * Update config.h * Update halconf.h * Update mcuconf.h
10 lines
No EOL
173 B
Makefile
Executable file
10 lines
No EOL
173 B
Makefile
Executable file
# MCU name
|
|
MCU = STM32F411
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
KEYBOARD_SHARED_EP = yes
|
|
|
|
# We want to use the tinyuf2 bootloader...
|
|
BOOTLOADER = tinyuf2
|