Browse Source

Make sure that RGM Matrix is checked properly

Drashna Jaelre 6 năm trước cách đây
mục cha
commit
6af0c1e129
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      users/drashna/rules.mk

+ 1 - 0
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