rules.mk 604 B

12345678910111213141516171819
  1. # MCU name
  2. MCU = STM32F103
  3. # Bootloader selection
  4. BOOTLOADER = stm32duino
  5. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  6. MOUSEKEY_ENABLE = yes # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = yes # Console for debug
  9. COMMAND_ENABLE = yes # Commands for debug and configuration
  10. SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  11. NKRO_ENABLE = yes # USB Nkey Rollover
  12. BACKLIGHT_ENABLE = yes
  13. RGBLIGHT_ENABLE = yes
  14. WS2812_DRIVER = spi
  15. # Enter lower-power sleep mode when on the ChibiOS idle thread
  16. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE