10 lines
173 B
Makefile
10 lines
173 B
Makefile
|
# MCU name
|
||
|
MCU = STM32F411
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
KEYBOARD_SHARED_EP = yes
|
||
|
|
||
|
# We want to use the tinyuf2 bootloader...
|
||
|
BOOTLOADER = tinyuf2
|