Pārlūkot izejas kodu

Make sure that RGM Matrix is checked properly

Drashna Jaelre 6 gadi atpakaļ
vecāks
revīzija
6af0c1e129
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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