rules.mk 858 B

1234567891011121314151617181920212223
  1. # Do not put the microcontroller into power saving mode
  2. # when we get USB suspend event. We want it to keep updating
  3. # backlight effects.
  4. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = no # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. NKRO_ENABLE = yes # Enable N-Key Rollover
  14. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  15. AUDIO_ENABLE = no # Audio output
  16. RGB_MATRIX_ENABLE = yes # Use RGB matrix
  17. RGB_MATRIX_DRIVER = IS31FL3731
  18. RAW_ENABLE = yes
  19. # Experimental features for zealcmd please do no enable
  20. #RAW_ENABLE = yes
  21. #USE_KEYMAPS_IN_EEPROM = yes