rules.mk 544 B

12345678910111213141516
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = yes # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = yes # Console for debug
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. NKRO_ENABLE = yes # Enable N-Key Rollover
  10. BACKLIGHT_ENABLE = yes
  11. RGBLIGHT_ENABLE = yes
  12. SLEEP_LED_ENABLE = yes
  13. WS2812_DRIVER = spi
  14. # Enter lower-power sleep mode when on the ChibiOS idle thread
  15. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE