11 lines
150 B
Makefile
11 lines
150 B
Makefile
|
# MCU name
|
||
|
MCU = STM32F401
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = stm32-dfu
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
KEYBOARD_SHARED_EP = yes
|