diff options
Diffstat (limited to 'common/host.h')
| -rw-r--r-- | common/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/host.h b/common/host.h index 4f1f234a9..c59fbfee6 100644 --- a/common/host.h +++ b/common/host.h | |||
| @@ -51,10 +51,13 @@ void host_consumer_send(uint16_t data); | |||
| 51 | void host_add_key(uint8_t key); | 51 | void host_add_key(uint8_t key); |
| 52 | void host_del_key(uint8_t key); | 52 | void host_del_key(uint8_t key); |
| 53 | void host_clear_keys(void); | 53 | void host_clear_keys(void); |
| 54 | |||
| 55 | uint8_t host_get_mods(void); | ||
| 54 | void host_add_mods(uint8_t mods); | 56 | void host_add_mods(uint8_t mods); |
| 55 | void host_del_mods(uint8_t mods); | 57 | void host_del_mods(uint8_t mods); |
| 56 | void host_set_mods(uint8_t mods); | 58 | void host_set_mods(uint8_t mods); |
| 57 | void host_clear_mods(void); | 59 | void host_clear_mods(void); |
| 60 | |||
| 58 | uint8_t host_has_anykey(void); | 61 | uint8_t host_has_anykey(void); |
| 59 | uint8_t host_has_anymod(void); | 62 | uint8_t host_has_anymod(void); |
| 60 | uint8_t host_get_first_key(void); | 63 | uint8_t host_get_first_key(void); |
