rules.mk 645 B

123456789101112131415161718
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = no # 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 = no # Enable N-Key Rollover
  10. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  11. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  12. AUDIO_ENABLE = no # Audio output
  13. LAYOUTS_HAS_RGB = no
  14. # Disable unsupported hardware
  15. RGBLIGHT_SUPPORTED = no
  16. AUDIO_SUPPORTED = no