2020-01-10 01:31:01 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F072
|
2020-11-28 20:02:18 +00:00
|
|
|
BOARD = GENERIC_STM32_F072XB
|
2019-09-18 18:14:49 +00:00
|
|
|
|
2021-06-08 09:48:46 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-09-18 18:14:49 +00:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
|
|
|
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2019-09-18 18:14:49 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
# BACKLIGHT_ENABLE = yes
|
|
|
|
# RGBLIGHT_ENABLE = yes
|
|
|
|
NO_USB_STARTUP_CHECK = yes # Workaround for issue 6369
|
|
|
|
|
2020-01-02 22:58:34 +00:00
|
|
|
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|