2020-01-09 20:31:01 -05:00
|
|
|
# MCU name
|
|
|
|
|
MCU = STM32F103
|
2019-05-05 19:58:08 -04:00
|
|
|
|
2020-10-12 12:19:50 -04:00
|
|
|
# Bootloader selection
|
|
|
|
|
BOOTLOADER = stm32duino
|
2019-05-05 19:58:08 -04:00
|
|
|
|
2021-08-07 02:59:56 -04:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2019-05-05 19:58:08 -04: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
|
|
|
|
|
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
2020-04-06 16:10:30 -04:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2019-05-05 19:58:08 -04:00
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
|
RGBLIGHT_ENABLE = yes
|
2020-04-06 16:31:34 -04:00
|
|
|
WS2812_DRIVER = spi
|
2020-01-02 17:58:34 -05:00
|
|
|
|
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|