summaryrefslogtreecommitdiff
path: root/builddefs
diff options
context:
space:
mode:
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/common_features.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index c976b8296d..686b443421 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -548,6 +548,12 @@ ifeq ($(strip $(TERMINAL_ENABLE)), yes)
OPT_DEFS += -DUSER_PRINT
endif
+ifeq ($(strip $(ORYX_ENABLE)), yes)
+ WEBUSB_ENABLE := yes
+ SRC += $(QUANTUM_DIR)/oryx.c
+ OPT_DEFS += -DORYX_ENABLE
+endif
+
ifeq ($(strip $(VIA_ENABLE)), yes)
DYNAMIC_KEYMAP_ENABLE := yes
RAW_ENABLE := yes