mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 23:15:51 +00:00
9 lines
127 B
Makefile
Executable File
9 lines
127 B
Makefile
Executable File
# MCU name
|
|
MCU = STM32F411
|
|
BOARD = BLACKPILL_STM32_F411
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = tinyuf2
|
|
|
|
KEYBOARD_SHARED_EP = yes
|