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