refactor(endpoints): rename usage_report parameter to usage_page
Aligns zmk_endpoints_send_report function declaration with its definition. PR: #522
This commit is contained in:
parent
e89aa1cde8
commit
e2aef89d99
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ int zmk_endpoints_select(enum zmk_endpoint endpoint);
|
||||||
int zmk_endpoints_toggle();
|
int zmk_endpoints_toggle();
|
||||||
enum zmk_endpoint zmk_endpoints_selected();
|
enum zmk_endpoint zmk_endpoints_selected();
|
||||||
|
|
||||||
int zmk_endpoints_send_report(uint8_t usage_report);
|
int zmk_endpoints_send_report(uint8_t usage_page);
|
||||||
|
|
Loading…
Reference in a new issue