This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
248 B
Makefile

BACKLIGHT_DRIVER = custom
NKRO_ENABLE = yes
TERMINAL_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