rules.mk 671 B

123456789101112131415161718
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # 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. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  11. AUDIO_ENABLE = no # Audio output
  12. EEPROM_DRIVER = i2c
  13. EEPROM_DRIVER = wear_leveling
  14. WEAR_LEVELING_DRIVER = embedded_flash
  15. # Enter lower-power sleep mode when on the ChibiOS idle thread
  16. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE