Преглед изворни кода

Make sure that RGM Matrix is checked properly

Drashna Jaelre пре 6 година
родитељ
комит
6af0c1e129
1 измењених фајлова са 1 додато и 0 уклоњено
  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