diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-25 01:16:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 01:16:59 +0100 |
| commit | a84de5e22be25e2059dfee732f5cca3ec0953a35 (patch) | |
| tree | 31202fc9dcf0ff56ead905b234ed0ab364ca7de7 /quantum/action.h | |
| parent | 3855713ca0a9513c51fe70e61032d7ea89fa7e87 (diff) | |
Revert 14083 && 14144 (#14150)
* Revert "Short term bodge for firmware size bloat (#14144)"
This reverts commit a8d65473461c337fb1e168d907bfb8c3ac8fdbd0.
* Revert "Tidy up quantum.c now some of tmk_core has been merged (#14083)"
This reverts commit c4dbf4bf0118dd785802861beb247433b5b7411d.
Diffstat (limited to 'quantum/action.h')
| -rw-r--r-- | quantum/action.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/action.h b/quantum/action.h index 4382c7ba4a..3d357b33b8 100644 --- a/quantum/action.h +++ b/quantum/action.h | |||
| @@ -109,9 +109,6 @@ void register_mods(uint8_t mods); | |||
| 109 | void unregister_mods(uint8_t mods); | 109 | void unregister_mods(uint8_t mods); |
| 110 | void register_weak_mods(uint8_t mods); | 110 | void register_weak_mods(uint8_t mods); |
| 111 | void unregister_weak_mods(uint8_t mods); | 111 | void unregister_weak_mods(uint8_t mods); |
| 112 | void register_code16(uint16_t code); | ||
| 113 | void unregister_code16(uint16_t code); | ||
| 114 | void tap_code16(uint16_t code); | ||
| 115 | // void set_mods(uint8_t mods); | 112 | // void set_mods(uint8_t mods); |
| 116 | void clear_keyboard(void); | 113 | void clear_keyboard(void); |
| 117 | void clear_keyboard_but_mods(void); | 114 | void clear_keyboard_but_mods(void); |
| @@ -121,8 +118,6 @@ bool is_tap_key(keypos_t key); | |||
| 121 | bool is_tap_record(keyrecord_t *record); | 118 | bool is_tap_record(keyrecord_t *record); |
| 122 | bool is_tap_action(action_t action); | 119 | bool is_tap_action(action_t action); |
| 123 | 120 | ||
| 124 | uint8_t extract_mod_bits(uint16_t code); | ||
| 125 | |||
| 126 | #ifndef NO_ACTION_TAPPING | 121 | #ifndef NO_ACTION_TAPPING |
| 127 | void process_record_tap_hint(keyrecord_t *record); | 122 | void process_record_tap_hint(keyrecord_t *record); |
| 128 | #endif | 123 | #endif |
