mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 00:45:13 +00:00
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
|