2020-01-10 01:31:01 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F072
|
2019-01-19 01:19:14 -05:00
|
|
|
|
2021-06-08 19:48:46 +10:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-01-19 01:19:14 -05:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-12-02 01:05:40 +00:00
|
|
|
# LTO_ENABLE = yes
|
2020-08-22 01:21:06 -07:00
|
|
|
LTO_ENABLE = yes
|
2019-01-19 01:19:14 -05:00
|
|
|
BACKLIGHT_ENABLE = no
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-02-22 11:46:05 -05:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2019-01-19 01:19:14 -05:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2019-06-06 16:08:27 -04:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2019-01-19 01:19:14 -05:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
AUDIO_ENABLE = no
|
|
|
|
RGBLIGHT_ENABLE = no
|
2020-01-03 09:58:34 +11:00
|
|
|
|
|
|
|
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|