mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-01 13:16:50 +06:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# 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
|