From b891c2d62dbd1f62507da4ee52a8ba5a2606de9b Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Sun, 12 Aug 2018 19:30:19 +0900 Subject: [PATCH] led_test rules.mk some change --- keyboards/helix/rev2/keymaps/led_test/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/helix/rev2/keymaps/led_test/rules.mk b/keyboards/helix/rev2/keymaps/led_test/rules.mk index d35fc6f9eae..755ca1289f3 100644 --- a/keyboards/helix/rev2/keymaps/led_test/rules.mk +++ b/keyboards/helix/rev2/keymaps/led_test/rules.mk @@ -41,6 +41,8 @@ Link_Time_Optimization = no # if firmware size over limit, try this option #### LED_BACK_ENABLE and LED_UNDERGLOW_ENABLE. #### Do not enable these with audio at the same time. +SRC += led_test_init.c + ### Helix keyboard 'default' keymap: convenient command line option ## make HELIX= helix:defualt ## option= oled | back | under | na | ios @@ -115,8 +117,6 @@ ifeq ($(strip $(Link_Time_Optimization)),yes) EXTRAFLAGS += -flto -DUSE_Link_Time_Optimization endif -SRC += led_test_init.c - # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend