aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b854f09cd..e61ae69e5 100644
--- a/common.mk
+++ b/common.mk
@@ -49,6 +49,10 @@ ifdef NKRO_ENABLE
49 OPT_DEFS += -DNKRO_ENABLE 49 OPT_DEFS += -DNKRO_ENABLE
50endif 50endif
51 51
52ifdef MIDI_ENABLE
53 OPT_DEFS += -DMIDI_ENABLE
54endif
55
52ifdef USB_6KRO_ENABLE 56ifdef USB_6KRO_ENABLE
53 OPT_DEFS += -DUSB_6KRO_ENABLE 57 OPT_DEFS += -DUSB_6KRO_ENABLE
54endif 58endif