diff options
Diffstat (limited to 'common/host.h')
| -rw-r--r-- | common/host.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/common/host.h b/common/host.h index 7c4f06601..c1a0fbac4 100644 --- a/common/host.h +++ b/common/host.h | |||
| @@ -33,7 +33,6 @@ extern bool keyboard_nkro; | |||
| 33 | #endif | 33 | #endif |
| 34 | 34 | ||
| 35 | /* report */ | 35 | /* report */ |
| 36 | extern report_keyboard_t *keyboard_report; | ||
| 37 | extern report_mouse_t mouse_report; | 36 | extern report_mouse_t mouse_report; |
| 38 | 37 | ||
| 39 | 38 | ||
| @@ -48,22 +47,6 @@ void host_mouse_send(report_mouse_t *report); | |||
| 48 | void host_system_send(uint16_t data); | 47 | void host_system_send(uint16_t data); |
| 49 | void host_consumer_send(uint16_t data); | 48 | void host_consumer_send(uint16_t data); |
| 50 | 49 | ||
| 51 | /* keyboard report utils */ | ||
| 52 | void host_add_key(uint8_t key); | ||
| 53 | void host_del_key(uint8_t key); | ||
| 54 | void host_clear_keys(void); | ||
| 55 | |||
| 56 | uint8_t host_get_mods(void); | ||
| 57 | void host_add_mods(uint8_t mods); | ||
| 58 | void host_del_mods(uint8_t mods); | ||
| 59 | void host_set_mods(uint8_t mods); | ||
| 60 | void host_clear_mods(void); | ||
| 61 | |||
| 62 | uint8_t host_has_anykey(void); | ||
| 63 | uint8_t host_has_anymod(void); | ||
| 64 | uint8_t host_get_first_key(void); | ||
| 65 | void host_send_keyboard_report(void); | ||
| 66 | |||
| 67 | /* mouse report utils */ | 50 | /* mouse report utils */ |
| 68 | uint8_t host_mouse_in_use(void); | 51 | uint8_t host_mouse_in_use(void); |
| 69 | 52 | ||
