mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-12 20:33:29 +00:00
11 lines
181 B
Makefile
11 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
|