From fc773ff0cf9c528773fa81be0fc8880ca5153d81 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Tue, 31 May 2022 19:03:21 +0900 Subject: Reimplements Oryx's live training over raw hid (#345) * feat: initial commit, random pairing sequence generation, host - board pairing handshakes * feat: reimplements ory's live training over raw hid * feat: adds planck / ergodox support * chore: some code styling fixes * fix: build smoke tests * fix: code lint * fix: disable console / command on moonlander, fixes build ci test * fix: code lint * fix: remove unused define(MATRIX_SIZE) --- builddefs/common_features.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builddefs') diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 686b443421..f7ad32c28e 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -549,7 +549,7 @@ ifeq ($(strip $(TERMINAL_ENABLE)), yes) endif ifeq ($(strip $(ORYX_ENABLE)), yes) - WEBUSB_ENABLE := yes + RAW_ENABLE := yes SRC += $(QUANTUM_DIR)/oryx.c OPT_DEFS += -DORYX_ENABLE endif -- cgit v1.2.3