1
0

rules.mk 608 B

123456789101112131415
  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 = no # Enable keyboard backlight functionality
  11. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  12. AUDIO_ENABLE = no # Audio output
  13. ENCODER_ENABLE = yes
  14. DIP_SWITCH_ENABLE = yes
  15. LTO_ENABLE = yes