rule.mk 668 B

123456789101112131415161718
  1. # Build Options
  2. # comment out to disable the options.
  3. #
  4. BACKLIGHT_ENABLE = no
  5. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  6. MOUSEKEY_ENABLE = yes # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = yes # Console for debug
  9. COMMAND_ENABLE = yes # Commands for debug and configuration
  10. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  11. NKRO_ENABLE = yes # USB Nkey Rollover
  12. CUSTOM_MATRIX = yes # Custom matrix file
  13. AUDIO_ENABLE = yes
  14. ENCODER_ENABLE = yes
  15. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  16. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend