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 cb2ab3d778..5ec047a6e8 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -606,6 +606,12 @@ ifeq ($(strip $(LED_TABLES)), yes)
SRC += $(QUANTUM_DIR)/led_tables.c
endif
+ifeq ($(strip $(ORYX_ENABLE)), yes)
+ RAW_ENABLE := yes
+ SRC += $(QUANTUM_DIR)/oryx.c
+ OPT_DEFS += -DORYX_ENABLE
+endif
+
ifeq ($(strip $(VIA_ENABLE)), yes)
DYNAMIC_KEYMAP_ENABLE := yes
RAW_ENABLE := yes