refactor: Promote new endpoints API
* Add ability for external callers to clear the current endpoint.
This commit is contained in:
parent
d3fffb9e89
commit
860e53b33a
2 changed files with 4 additions and 2 deletions
|
|
@ -73,3 +73,5 @@ int zmk_endpoints_send_report(uint16_t usage_page);
|
|||
#if IS_ENABLED(CONFIG_ZMK_MOUSE)
|
||||
int zmk_endpoints_send_mouse_report();
|
||||
#endif // IS_ENABLE(CONFIG_ZMK_MOUSE)
|
||||
|
||||
void zmk_endpoints_clear_current(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue