Fix bug in do_code16()
(#6935)
* Fix bug in `do_code16()` * Remove qk_ mods functions
This commit is contained in:
parent
4522519079
commit
63f4806d7a
3 changed files with 45 additions and 37 deletions
|
@ -90,6 +90,8 @@ void unregister_code(uint8_t code);
|
|||
void tap_code(uint8_t code);
|
||||
void register_mods(uint8_t mods);
|
||||
void unregister_mods(uint8_t mods);
|
||||
void register_weak_mods(uint8_t mods);
|
||||
void unregister_weak_mods(uint8_t mods);
|
||||
// void set_mods(uint8_t mods);
|
||||
void clear_keyboard(void);
|
||||
void clear_keyboard_but_mods(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue