Make sure that RGM Matrix is checked properly

master
Drashna Jaelre 2019-05-09 23:50:30 -07:00
parent 42a6bd2fd4
commit 6af0c1e129
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0
1 changed files with 1 additions and 0 deletions

View File

@ -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