]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Helix ws2812.c listed more than once warning. (#4499)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Tue, 27 Nov 2018 15:22:47 +0000 (00:22 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 27 Nov 2018 15:22:47 +0000 (07:22 -0800)
Remove `SRC += ws2812.c` from helix/rev2/rules.mk and helix/pico/rules.mk.
Because it will be added in common_features.mk.

keyboards/helix/pico/rules.mk
keyboards/helix/rev2/rules.mk

index c994ac8deaef6230297d3ae1daee7207654ab7bc..75bf0a5ef8c458e0ed3c84f77f60bf9306ddd636 100644 (file)
@@ -1,3 +1,2 @@
-SRC += pico/matrix.c \
-          pico/split_util.c \
-          ws2812.c
+SRC += pico/matrix.c
+SRC += pico/split_util.c
index 4ea623c436898eb0381258da4564ab6e825aff99..5582a0f9c40fd7258bc4b340744451c904d2d14c 100644 (file)
@@ -1,4 +1,3 @@
 SRC += rev2/matrix.c
 SRC += rev2/split_util.c
 SRC += rev2/split_scomm.c
-SRC += ws2812.c