mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 18:04:57 +00:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
# MCU name
|
|
MCU = STM32F411
|
|
BOARD = BLACKPILL_STM32_F411
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
KEYBOARD_SHARED_EP = yes
|