forked from mirrors/qmk_firmware
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# MCU name
|
|
MCU = STM32F401
|
|
BOARD = BLACKPILL_STM32_F401
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
# Disable unsupported hardware
|
|
AUDIO_SUPPORTED = no
|
|
BACKLIGHT_SUPPORTED = no
|