diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-03-27 16:17:26 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-03-27 16:17:26 -0500 |
| commit | b7f0110d71bade83609d7a5c0b4243e521882e31 (patch) | |
| tree | 3c5176ee8dfdadd4429b709e8c2cabcaff84f063 /tmk_core/common/action_util.h | |
| parent | 987ee1115e118c654d67a5ca1faea05beec5c6f2 (diff) | |
| parent | 80eefb09ac5de95a6977702b4014d4b4d79a5d7d (diff) | |
| download | qmk_firmware-b7f0110d71bade83609d7a5c0b4243e521882e31.tar.gz qmk_firmware-b7f0110d71bade83609d7a5c0b4243e521882e31.zip | |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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); |
