mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
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.
This commit is contained in:
parent
952a30ef34
commit
a054b5a06c
2 changed files with 2 additions and 4 deletions
|
@ -1,3 +1,2 @@
|
|||
SRC += pico/matrix.c \
|
||||
pico/split_util.c \
|
||||
ws2812.c
|
||||
SRC += pico/matrix.c
|
||||
SRC += pico/split_util.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
SRC += rev2/matrix.c
|
||||
SRC += rev2/split_util.c
|
||||
SRC += rev2/split_scomm.c
|
||||
SRC += ws2812.c
|
||||
|
|
Loading…
Reference in a new issue