10 lines
173 B
Makefile
10 lines
173 B
Makefile
# Squeezing the most out of AVR
|
|
LTO_ENABLE = yes
|
|
|
|
# Enable some features
|
|
CAPS_WORD_ENABLE = yes
|
|
LEADER_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
AUTO_SHIFT_ENABLE = yes
|
|
|