diff options
Diffstat (limited to 'tmk_core/common/action.c')
| -rw-r--r-- | tmk_core/common/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 27c0abe6f..e5e9e2705 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c | |||
| @@ -870,7 +870,7 @@ void tap_code(uint8_t code) { | |||
| 870 | 870 | ||
| 871 | /** \brief Adds the given physically pressed modifiers and sends a keyboard report immediately. | 871 | /** \brief Adds the given physically pressed modifiers and sends a keyboard report immediately. |
| 872 | * | 872 | * |
| 873 | * \param mods A bitfield of modifiers to unregister. | 873 | * \param mods A bitfield of modifiers to register. |
| 874 | */ | 874 | */ |
| 875 | void register_mods(uint8_t mods) { | 875 | void register_mods(uint8_t mods) { |
| 876 | if (mods) { | 876 | if (mods) { |
