diff options
author | 2013-11-21 13:01:47 +0900 | |
---|---|---|
committer | 2013-11-21 13:01:47 +0900 | |
commit | 772ab7025ddf88126d9d6ddb654f62434985504b (patch) | |
tree | f0b4558bba2621a824736ceea0b09b51fdd41613 /common/host.h | |
parent | 821578293c79c5612f9b77e447295f2947fd6c3d (diff) | |
parent | a9c3f4750b3d703b8bbbc90db2566afd2aab0ec9 (diff) | |
download | qmk_firmware-772ab7025ddf88126d9d6ddb654f62434985504b.tar.gz |
Merge branch 'ps2_mouse_fix'
Diffstat (limited to 'common/host.h')
-rw-r--r-- | common/host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/host.h b/common/host.h index c1a0fbac4..8ff262985 100644 --- a/common/host.h +++ b/common/host.h @@ -32,9 +32,6 @@ extern "C" { extern bool keyboard_nkro; #endif -/* report */ -extern report_mouse_t mouse_report; - /* host driver */ void host_set_driver(host_driver_t *driver); @@ -47,9 +44,6 @@ void host_mouse_send(report_mouse_t *report); void host_system_send(uint16_t data); void host_consumer_send(uint16_t data); -/* mouse report utils */ -uint8_t host_mouse_in_use(void); - uint16_t host_last_sysytem_report(void); uint16_t host_last_consumer_report(void); |