mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
led_test rules.mk some change
This commit is contained in:
parent
24c8069955
commit
b891c2d62d
@ -41,6 +41,8 @@ Link_Time_Optimization = no # if firmware size over limit, try this option
|
|||||||
#### LED_BACK_ENABLE and LED_UNDERGLOW_ENABLE.
|
#### LED_BACK_ENABLE and LED_UNDERGLOW_ENABLE.
|
||||||
#### Do not enable these with audio at the same time.
|
#### Do not enable these with audio at the same time.
|
||||||
|
|
||||||
|
SRC += led_test_init.c
|
||||||
|
|
||||||
### Helix keyboard 'default' keymap: convenient command line option
|
### Helix keyboard 'default' keymap: convenient command line option
|
||||||
## make HELIX=<options> helix:defualt
|
## make HELIX=<options> helix:defualt
|
||||||
## option= oled | back | under | na | ios
|
## option= oled | back | under | na | ios
|
||||||
@ -115,8 +117,6 @@ ifeq ($(strip $(Link_Time_Optimization)),yes)
|
|||||||
EXTRAFLAGS += -flto -DUSE_Link_Time_Optimization
|
EXTRAFLAGS += -flto -DUSE_Link_Time_Optimization
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRC += led_test_init.c
|
|
||||||
|
|
||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
||||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user