projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6198fed
)
[core] fix rgb source include
author
Jack Humbert
<jack.humb@gmail.com>
Sat, 16 Sep 2017 02:12:25 +0000
(22:12 -0400)
committer
Jack Humbert
<jack.humb@gmail.com>
Sat, 16 Sep 2017 02:12:25 +0000
(22:12 -0400)
common_features.mk
patch
|
blob
|
history
diff --git
a/common_features.mk
b/common_features.mk
index 6f29c97c9a47df7a9a4391d7edbf7ad552186897..117f84260ba77344b9353e3c915dc6151fcadece 100644
(file)
--- a/
common_features.mk
+++ b/
common_features.mk
@@
-93,12
+93,13
@@
endif
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
OPT_DEFS += -DRGBLIGHT_ENABLE
+ SRC += $(QUANTUM_DIR)/rgblight.c
CIE1931_CURVE = yes
LED_BREATHING_TABLE = yes
ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes)
OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER
else
- SRC += ws2812.c
+
SRC += ws2812.c
endif
endif