rules.mk 798 B

1234567891011121314151617181920
  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 = no # Console for debug
  8. COMMAND_ENABLE = no # 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 = yes # Audio output
  13. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  14. OLED_ENABLE = yes
  15. OLED_DRIVER = SSD1306 # Enables the use of OLED displays
  16. HAPTIC_ENABLE = yes # Supported but not included by defaut
  17. HAPTIC_DRIVER = DRV2605L
  18. LTO_ENABLE = yes