mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-28 17:05:18 -05:00
Fix consumer keys w/ refactored behaviors.
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
#include <zmk/hid.h>
|
||||
|
||||
int zmk_endpoints_init();
|
||||
int zmk_endpoints_send_report(enum zmk_hid_report_changes changes);
|
||||
int zmk_endpoints_send_key_event(struct zmk_key_event key_event);
|
||||
int zmk_endpoints_send_report(u8_t usage_report);
|
||||
|
||||
Reference in New Issue
Block a user