mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-17 02:57:55 -04:00
Enable LTO, disable more unused features
This commit is contained in:
parent
9b316dfbd3
commit
213097e1ee
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue