2020-01-10 02:31:01 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F042
|
2019-05-21 19:49:33 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
2020-01-02 23:58:34 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|