~ruther/qmk_firmware

61cd180163cbe1324bde25abcc95d0c380459b70 — Joel Challis 5 years ago b69b1ad
Add ws2812 driver type define (#7888)

1 files changed, 2 insertions(+), 0 deletions(-)

M common_features.mk
M common_features.mk => common_features.mk +2 -0
@@ 278,6 278,8 @@ ifeq ($(strip $(WS2812_DRIVER_REQUIRED)), yes)
        $(error WS2812_DRIVER="$(WS2812_DRIVER)" is not a valid WS2812 driver)
    endif

    OPT_DEFS += -DWS2812_DRIVER_$(strip $(shell echo $(WS2812_DRIVER) | tr '[:lower:]' '[:upper:]'))

    ifeq ($(strip $(WS2812_DRIVER)), bitbang)
        SRC += ws2812.c
    else