blob: d2eae19dfb9c011175f6867e53698049fe2b4c53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# MCU name
MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#
KEYBOARD_SHARED_EP = yes
|