rules.mk 367 B

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