11 lines
193 B
Makefile
11 lines
193 B
Makefile
# MCU name
|
|
MCU = STM32F411
|
|
|
|
# Address of the bootloader in system memory
|
|
STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
KEYBOARD_SHARED_EP = yes
|