summaryrefslogtreecommitdiffstats
path: root/keyboards/helix
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-11-27 16:22:47 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-27 16:22:47 +0100
commita054b5a06c00cf148fa416fae8f5a56586a10876 (patch)
tree3ee2c44ce12252b4b20e27772a6e629c1985a783 /keyboards/helix
parent952a30ef345e05051f62fa39960f88475817821d (diff)
downloadqmk_firmware-a054b5a06c00cf148fa416fae8f5a56586a10876.tar.gz
qmk_firmware-a054b5a06c00cf148fa416fae8f5a56586a10876.tar.xz
Fix Helix ws2812.c listed more than once warning. (#4499)
Remove `SRC += ws2812.c` from helix/rev2/rules.mk and helix/pico/rules.mk. Because it will be added in common_features.mk.
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/pico/rules.mk5
-rw-r--r--keyboards/helix/rev2/rules.mk1
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/helix/pico/rules.mk b/keyboards/helix/pico/rules.mk
index c994ac8de..75bf0a5ef 100644
--- a/keyboards/helix/pico/rules.mk
+++ b/keyboards/helix/pico/rules.mk
@@ -1,3 +1,2 @@
-SRC += pico/matrix.c \
- pico/split_util.c \
- ws2812.c
+SRC += pico/matrix.c
+SRC += pico/split_util.c
diff --git a/keyboards/helix/rev2/rules.mk b/keyboards/helix/rev2/rules.mk
index 4ea623c43..5582a0f9c 100644
--- a/keyboards/helix/rev2/rules.mk
+++ b/keyboards/helix/rev2/rules.mk
@@ -1,4 +1,3 @@
SRC += rev2/matrix.c
SRC += rev2/split_util.c
SRC += rev2/split_scomm.c
-SRC += ws2812.c