summaryrefslogtreecommitdiffstats
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index cb030b331..edbcc282a 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -49,6 +49,11 @@ ifdef NKRO_ENABLE
OPT_DEFS += -DNKRO_ENABLE
endif
+ifdef MIDI_ENABLE
+ OPT_DEFS += -DMIDI_ENABLE
+endif
+
+
ifdef USB_6KRO_ENABLE
OPT_DEFS += -DUSB_6KRO_ENABLE
endif
@@ -64,6 +69,10 @@ ifdef BACKLIGHT_ENABLE
OPT_DEFS += -DBACKLIGHT_ENABLE
endif
+ifdef BLUETOOTH_ENABLE
+ OPT_DEFS += -DBLUETOOTH_ENABLE
+endif
+
ifdef KEYMAP_SECTION_ENABLE
OPT_DEFS += -DKEYMAP_SECTION_ENABLE