summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/junonum/rules.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-02-10 20:19:08 +1100
committerfauxpark <fauxpark@gmail.com>2023-02-10 20:19:08 +1100
commit50cd320616aa4850ebcd876b3462f449ec55c51b (patch)
tree6ae55cc30b7931a5d792152b2f33ef5734f52607 /layouts/community/ortho_4x12/junonum/rules.mk
parent6df5d64bb9f2b6de149016b3c56d41dec54e8302 (diff)
parentbccf2cba6aa4bcbed7041ee499ac312b42d0d563 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/rules.mk')
-rw-r--r--layouts/community/ortho_4x12/junonum/rules.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/community/ortho_4x12/junonum/rules.mk b/layouts/community/ortho_4x12/junonum/rules.mk
index 72e6214d23..ecb8d8aa1a 100644
--- a/layouts/community/ortho_4x12/junonum/rules.mk
+++ b/layouts/community/ortho_4x12/junonum/rules.mk
@@ -1,13 +1,15 @@
-SRC += muse.c
+ifeq ($(strip $(AUDIO_ENABLE)), yes)
+ SRC += muse.c
+endif
ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5))
- BACKLIGHT_ENABLE = yes
+ BACKLIGHT_ENABLE = yes
else
- BACKLIGHT_ENABLE = no
+ BACKLIGHT_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1)
- NKRO_ENABLE = no
+ NKRO_ENABLE = no
endif
MIDI_ENABLE=no