summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/adb.h')
-rw-r--r--tmk_core/protocol/adb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/adb.h b/tmk_core/protocol/adb.h
index bfe598bbf..b4b3633cf 100644
--- a/tmk_core/protocol/adb.h
+++ b/tmk_core/protocol/adb.h
@@ -56,7 +56,11 @@ POSSIBILITY OF SUCH DAMAGE.
void adb_host_init(void);
bool adb_host_psw(void);
uint16_t adb_host_kbd_recv(void);
+uint16_t adb_host_mouse_recv(void);
void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l);
void adb_host_kbd_led(uint8_t led);
+void adb_mouse_task(void);
+void adb_mouse_init(void);
+
#endif