rules.mk 533 B

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