rules.mk 578 B

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