Start moving code out of webusb and to Oryx feature
This commit is contained in:
committed by
Florian Didron
parent
d3f23ecfbc
commit
e41ab50016
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user