Revert 14083 && 14144 (#14150)
* Revert "Short term bodge for firmware size bloat (#14144)" This reverts commita8d6547346
. * Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)" This reverts commitc4dbf4bf01
.
This commit is contained in:
parent
3855713ca0
commit
a84de5e22b
8 changed files with 104 additions and 118 deletions
|
@ -109,9 +109,6 @@ 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);
|
||||
|
@ -121,8 +118,6 @@ 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