mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
refactor: Promote new endpoints API
* Add ability for external callers to clear the current endpoint.
This commit is contained in:
committed by
Pete Johanson
parent
d3fffb9e89
commit
860e53b33a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user