Browse Source

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

pull/5812/head
Konstantin Đorđević 5 years ago
committed by Drashna Jaelre
parent
commit
2835a70749
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      users/konstantin/rules.mk

+ 1
- 0
users/konstantin/rules.mk View File

@ -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…
Cancel
Save