diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2018-11-28 00:22:47 +0900 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-27 07:22:47 -0800 |
commit | a054b5a06c00cf148fa416fae8f5a56586a10876 (patch) | |
tree | 3ee2c44ce12252b4b20e27772a6e629c1985a783 /keyboards/helix/pico | |
parent | 952a30ef345e05051f62fa39960f88475817821d (diff) | |
download | qmk_firmware-a054b5a06c00cf148fa416fae8f5a56586a10876.tar.gz qmk_firmware-a054b5a06c00cf148fa416fae8f5a56586a10876.zip |
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/pico')
-rw-r--r-- | keyboards/helix/pico/rules.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/helix/pico/rules.mk b/keyboards/helix/pico/rules.mk index c994ac8dea..75bf0a5ef8 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 |