rules.mk 386 B

12345678
  1. OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays
  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