diff options
Diffstat (limited to 'tmk_core/common/host.h')
-rw-r--r-- | tmk_core/common/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/host.h b/tmk_core/common/host.h index 2cffef6e1..6b15f0d0c 100644 --- a/tmk_core/common/host.h +++ b/tmk_core/common/host.h | |||
@@ -47,9 +47,11 @@ void host_keyboard_send(report_keyboard_t *report); | |||
47 | void host_mouse_send(report_mouse_t *report); | 47 | void host_mouse_send(report_mouse_t *report); |
48 | void host_system_send(uint16_t data); | 48 | void host_system_send(uint16_t data); |
49 | void host_consumer_send(uint16_t data); | 49 | void host_consumer_send(uint16_t data); |
50 | void host_programmable_button_send(uint32_t data); | ||
50 | 51 | ||
51 | uint16_t host_last_system_report(void); | 52 | uint16_t host_last_system_report(void); |
52 | uint16_t host_last_consumer_report(void); | 53 | uint16_t host_last_consumer_report(void); |
54 | uint32_t host_last_programmable_button_report(void); | ||
53 | 55 | ||
54 | #ifdef __cplusplus | 56 | #ifdef __cplusplus |
55 | } | 57 | } |