mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-25 03:18:42 +02:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# MCU name
|
|
MCU = STM32F401
|
|
BOARD = BLACKPILL_STM32_F401
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|