rules.mk 349 B

12345678
  1. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  2. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  3. # LTO: Link Time Optimizations.
  4. # Reduce compiled size, but will automatically disable the legacy TMK Macros and Functions features.
  5. # This does not affect QMK Macros and Layers
  6. LTO_ENABLE = yes
  7. ENCODER_MAP_ENABLE = yes