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