From e41ab50016345f7813d250772457a1463e0cd973 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 14 Jan 2020 16:30:29 -0800 Subject: Start moving code out of webusb and to Oryx feature --- quantum/quantum.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'quantum/quantum.h') diff --git a/quantum/quantum.h b/quantum/quantum.h index 9a38b036ff..7548ed8b93 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -162,6 +162,10 @@ extern layer_state_t layer_state; # include "webusb.h" #endif +#ifdef ORYX_ENABLE +# include "oryx.h" +#endif + #ifdef DYNAMIC_MACRO_ENABLE #include "process_dynamic_macro.h" #endif @@ -283,3 +287,6 @@ bool led_update_user(led_t led_state); bool led_update_kb(led_t led_state); void api_send_unicode(uint32_t unicode); + +bool webusb_receive_kb(uint8_t *data, uint8_t length); +bool webusb_receive_user(uint8_t *data, uint8_t length); -- cgit v1.2.3