From: Drashna Jaelre Date: Fri, 10 May 2019 06:50:30 +0000 (-0700) Subject: Make sure that RGM Matrix is checked properly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6af0c1e1293cbc50b7d5136c2c8260cec1d1a21b;p=qmk_firmware.git Make sure that RGM Matrix is checked properly --- diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index 085840f1c..cdb9e5436 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk @@ -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