diff options
Diffstat (limited to 'tmk_core/common/action_util.h')
-rw-r--r-- | tmk_core/common/action_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmk_core/common/action_util.h b/tmk_core/common/action_util.h index a955638b4..1a95cec10 100644 --- a/tmk_core/common/action_util.h +++ b/tmk_core/common/action_util.h | |||
@@ -47,6 +47,13 @@ void del_weak_mods(uint8_t mods); | |||
47 | void set_weak_mods(uint8_t mods); | 47 | void set_weak_mods(uint8_t mods); |
48 | void clear_weak_mods(void); | 48 | void clear_weak_mods(void); |
49 | 49 | ||
50 | /* macro modifier */ | ||
51 | uint8_t get_macro_mods(void); | ||
52 | void add_macro_mods(uint8_t mods); | ||
53 | void del_macro_mods(uint8_t mods); | ||
54 | void set_macro_mods(uint8_t mods); | ||
55 | void clear_macro_mods(void); | ||
56 | |||
50 | /* oneshot modifier */ | 57 | /* oneshot modifier */ |
51 | void set_oneshot_mods(uint8_t mods); | 58 | void set_oneshot_mods(uint8_t mods); |
52 | void clear_oneshot_mods(void); | 59 | void clear_oneshot_mods(void); |