rules.mk 226 B

123456789
  1. BACKLIGHT_DRIVER = custom
  2. NKRO_ENABLE = yes
  3. DYNAMIC_MACRO_ENABLE = yes
  4. # Use RAM (fake EEPROM, transient) instead of real EEPROM
  5. EEPROM_DRIVER = transient
  6. # LTO: Link Time Optimizations. Reduce compiled size
  7. LTO_ENABLE = yes