rules.mk 491 B

123456789101112131415
  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. DEFAULT_FOLDER = handwired/ck4x4
  11. # Enter lower-power sleep mode when on the ChibiOS idle thread
  12. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE