7 lines
98 B
Makefile
Executable file
7 lines
98 B
Makefile
Executable file
# MCU name
|
|
MCU = STM32F411
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = tinyuf2
|
|
|
|
KEYBOARD_SHARED_EP = yes
|