Explorar o código

[Keymap] Fix RGB_MATRIX_ENABLE check in users/konstantin/rules.mk (#5832)

Konstantin Đorđević %!s(int64=6) %!d(string=hai) anos
pai
achega
2835a70749
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      users/konstantin/rules.mk

+ 1 - 0
users/konstantin/rules.mk

@@ -2,6 +2,7 @@ SRC += konstantin.c
 ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
     SRC += rgb.c
 endif
+RGB_MATRIX_ENABLE ?= no
 ifneq ($(strip $(RGB_MATRIX_ENABLE)), no)
     SRC += rgb.c
 endif