rules.mk 691 B

1234567891011121314151617181920
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # 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 = no # Enable keyboard backlight functionality
  11. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  12. AUDIO_ENABLE = no # Audio output
  13. ENCODER_ENABLE = yes
  14. LAYOUTS_HAS_RGB = no
  15. # Disable unsupported hardware
  16. RGBLIGHT_SUPPORTED = no
  17. AUDIO_SUPPORTED = no
  18. BACKLIGHT_SUPPORTED = no