mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Clean up rules
This commit is contained in:
parent
a0aa197bc4
commit
04bf0863c8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user