Update make rules for community/ortho_4x12/junonum (#10467)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
SRC += muse.c
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), planck/rev6)
|
||||
BACKLIGHT_ENABLE = no
|
||||
else
|
||||
ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5))
|
||||
BACKLIGHT_ENABLE = yes
|
||||
else
|
||||
BACKLIGHT_ENABLE = no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1)
|
||||
NKRO_ENABLE = no
|
||||
endif
|
||||
|
||||
MIDI_ENABLE=no
|
||||
|
||||
Reference in New Issue
Block a user