Clean up rules

This commit is contained in:
Richard Baptist 2019-06-14 11:32:57 +02:00
parent a0aa197bc4
commit 04bf0863c8
No known key found for this signature in database
GPG Key ID: 115D8B1815981F35

View File

@ -1,3 +1,4 @@
# This enables Link Time Optimization. This can save a good chunk of space (several KB for me), but the macro and function ... functions cause it to error out.
EXTRAFLAGS += -flto
# Build Options
@ -25,13 +26,3 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# BOOTLOADER = qmk-dfu
OLED_DRIVER_ENABLE = yes
# If you want to change the display of OLED, you need to change here
# SRC += ./lib/glcdfont.c \
# ./lib/logo_reader.c \
# ./lib/layer_state_reader.c \
#./lib/rgb_state_reader.c \
# ./lib/keylogger.c \
# ./lib/mode_icon_reader.c \
# ./lib/host_led_state_reader.c \
# ./lib/timelogger.c \