diff options
Diffstat (limited to 'tmk_core/common/host_driver.h')
-rw-r--r-- | tmk_core/common/host_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/host_driver.h b/tmk_core/common/host_driver.h index 2aebca043..affd0dcb3 100644 --- a/tmk_core/common/host_driver.h +++ b/tmk_core/common/host_driver.h | |||
@@ -29,6 +29,7 @@ typedef struct { | |||
29 | void (*send_mouse)(report_mouse_t *); | 29 | void (*send_mouse)(report_mouse_t *); |
30 | void (*send_system)(uint16_t); | 30 | void (*send_system)(uint16_t); |
31 | void (*send_consumer)(uint16_t); | 31 | void (*send_consumer)(uint16_t); |
32 | void (*send_programmable_button)(uint32_t); | ||
32 | } host_driver_t; | 33 | } host_driver_t; |
33 | 34 | ||
34 | void send_digitizer(report_digitizer_t *report); \ No newline at end of file | 35 | void send_digitizer(report_digitizer_t *report); \ No newline at end of file |