mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
[Keymap] Fix RGB_MATRIX_ENABLE check in users/konstantin/rules.mk (#5832)
This commit is contained in:
parent
94c4b6bd74
commit
2835a70749
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue