mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Add ws2812 driver type define (#7888)
This commit is contained in:
parent
b69b1ad4fc
commit
61cd180163
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ ifeq ($(strip $(WS2812_DRIVER_REQUIRED)), yes)
|
||||||
$(error WS2812_DRIVER="$(WS2812_DRIVER)" is not a valid WS2812 driver)
|
$(error WS2812_DRIVER="$(WS2812_DRIVER)" is not a valid WS2812 driver)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
OPT_DEFS += -DWS2812_DRIVER_$(strip $(shell echo $(WS2812_DRIVER) | tr '[:lower:]' '[:upper:]'))
|
||||||
|
|
||||||
ifeq ($(strip $(WS2812_DRIVER)), bitbang)
|
ifeq ($(strip $(WS2812_DRIVER)), bitbang)
|
||||||
SRC += ws2812.c
|
SRC += ws2812.c
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue