~ruther/qmk_firmware

a054b5a06c00cf148fa416fae8f5a56586a10876 — Takeshi ISHII 6 years ago 952a30e
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.
2 files changed, 2 insertions(+), 4 deletions(-)

M keyboards/helix/pico/rules.mk
M keyboards/helix/rev2/rules.mk
M keyboards/helix/pico/rules.mk => keyboards/helix/pico/rules.mk +2 -3
@@ 1,3 1,2 @@
SRC += pico/matrix.c \
	   pico/split_util.c \
	   ws2812.c
SRC += pico/matrix.c
SRC += pico/split_util.c

M keyboards/helix/rev2/rules.mk => keyboards/helix/rev2/rules.mk +0 -1
@@ 1,4 1,3 @@
SRC += rev2/matrix.c
SRC += rev2/split_util.c
SRC += rev2/split_scomm.c
SRC += ws2812.c