summaryrefslogtreecommitdiff
path: root/tmk_core/common/host_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/host_driver.h')
-rw-r--r--tmk_core/common/host_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/host_driver.h b/tmk_core/common/host_driver.h
index 2aebca043d..affd0dcb34 100644
--- a/tmk_core/common/host_driver.h
+++ b/tmk_core/common/host_driver.h
@@ -29,6 +29,7 @@ typedef struct {
void (*send_mouse)(report_mouse_t *);
void (*send_system)(uint16_t);
void (*send_consumer)(uint16_t);
+ void (*send_programmable_button)(uint32_t);
} host_driver_t;
void send_digitizer(report_digitizer_t *report); \ No newline at end of file