rules.mk 427 B

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