cleanup optimizations

This commit is contained in:
Christoph Cullmann 2024-12-19 20:05:59 +01:00
parent 2f37fc3caa
commit 463673f308
No known key found for this signature in database
2 changed files with 0 additions and 34 deletions

View file

@ -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