Tidy up quantum.c now some of tmk_core has been merged (#14083)
This commit is contained in:
parent
c4a2dc9a2d
commit
c4dbf4bf01
6 changed files with 98 additions and 101 deletions
|
@ -109,6 +109,9 @@ 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 register_code16(uint16_t code);
|
||||
void unregister_code16(uint16_t code);
|
||||
void tap_code16(uint16_t code);
|
||||
// void set_mods(uint8_t mods);
|
||||
void clear_keyboard(void);
|
||||
void clear_keyboard_but_mods(void);
|
||||
|
@ -118,6 +121,8 @@ bool is_tap_key(keypos_t key);
|
|||
bool is_tap_record(keyrecord_t *record);
|
||||
bool is_tap_action(action_t action);
|
||||
|
||||
uint8_t extract_mod_bits(uint16_t code);
|
||||
|
||||
#ifndef NO_ACTION_TAPPING
|
||||
void process_record_tap_hint(keyrecord_t *record);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue