mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# MCU name
|
|
MCU = STM32F411
|
|
BOARD = BLACKPILL_STM32_F411
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|