Enable LTO, disable more unused features

This commit is contained in:
Chris Zervakis 2024-10-18 21:10:12 +03:00
parent 9b316dfbd3
commit 213097e1ee

View file

@ -1,14 +1,15 @@
# LTO_ENABLE = yes LTO_ENABLE = yes
# VIA_ENABLE = yes # VIA_ENABLE = yes
TRI_LAYER_ENABLE = yes TRI_LAYER_ENABLE = yes
CAPS_WORD_ENABLE = yes CAPS_WORD_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = yes DYNAMIC_TAPPING_TERM_ENABLE = yes
NRKO_ENABLE = yes
SRC += features/select_word.c SRC += features/select_word.c
# Diasble features we don't use to reduce firmware size # Diasble features we don't use to reduce firmware size
COMMAND_ENABLE = no COMMAND_ENABLE = no
MAGIC_ENABLE = no MAGIC_ENABLE = no
AUDIO_ENABLE = no
BLUETOOTH_ENABLE = no
CONSOLE_ENABLE = no