~ruther/qmk_firmware

6af0c1e1293cbc50b7d5136c2c8260cec1d1a21b — Drashna Jaelre 6 years ago 42a6bd2
Make sure that RGM Matrix is checked properly
1 files changed, 1 insertions(+), 0 deletions(-)

M users/drashna/rules.mk
M users/drashna/rules.mk => users/drashna/rules.mk +1 -0
@@ 33,6 33,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
    endif
endif

RGB_MATRIX_ENABLE ?= no
ifneq ($(strip $(RGB_MATRIX_ENABLE)), no)
    SRC += rgb_stuff.c
endif