rules.mk 535 B

1234567891011121314151617
  1. # Use SPI for RGB underglow:
  2. WS2812_DRIVER = spi
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BACKLIGHT_ENABLE = yes
  7. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  8. MOUSEKEY_ENABLE = yes # Mouse keys
  9. EXTRAKEY_ENABLE = yes # Audio control and System control
  10. CONSOLE_ENABLE = no # Console for debug
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. NKRO_ENABLE = yes # Enable N-Key Rollover
  13. AUDIO_ENABLE = no
  14. RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality
  15. LEADER_ENABLE = yes