1
0
Fork 0

Add initial fix for new keymap.

This commit is contained in:
tmk 2012-12-16 02:32:07 +09:00
parent 77f157943f
commit 8a709c2750
14 changed files with 967 additions and 611 deletions

View file

@ -51,8 +51,8 @@ void host_consumer_send(uint16_t data);
void host_add_key(uint8_t key);
void host_del_key(uint8_t key);
void host_clear_keys(void);
void host_add_mod_bit(uint8_t mod);
void host_del_mod_bit(uint8_t mod);
void host_add_mods(uint8_t mods);
void host_del_mods(uint8_t mods);
void host_set_mods(uint8_t mods);
void host_clear_mods(void);
uint8_t host_has_anykey(void);