diff options
Diffstat (limited to 'builddefs/common_features.mk')
-rw-r--r-- | builddefs/common_features.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 08d186d656..9500efc5ca 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -543,6 +543,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 |