소스 검색

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