mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 22:44:11 +00:00
Expose xap_respond_success
This commit is contained in:
parent
7de1a9d485
commit
0266b5be2d
@ -29,6 +29,7 @@
|
||||
# define XAP_SUBSYSTEM_VERSION_USER 0
|
||||
#endif
|
||||
|
||||
void xap_respond_success(xap_token_t token);
|
||||
void xap_respond_failure(xap_token_t token, xap_response_flags_t response_flags);
|
||||
bool xap_respond_u32(xap_token_t token, uint32_t value);
|
||||
bool xap_respond_data(xap_token_t token, const void *data, size_t length);
|
||||
|
Loading…
Reference in New Issue
Block a user