cleanup optimizations
This commit is contained in:
parent
2f37fc3caa
commit
463673f308
2 changed files with 0 additions and 34 deletions
12
rules.mk
12
rules.mk
|
@ -1,20 +1,8 @@
|
|||
# Enable N-Key Rollover
|
||||
NKRO_ENABLE = yes
|
||||
|
||||
# less features we don't use
|
||||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
|
||||
# add bongocat & luna for OLEDs
|
||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||
SRC += features/oled_bongocat.c
|
||||
SRC += features/oled_luna.c
|
||||
endif
|
||||
|
||||
# good optimizations
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue