aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorChris Ko <chriskopher@gmail.com>2020-04-19 18:04:26 -0400
committerGitHub <noreply@github.com>2020-04-19 23:04:26 +0100
commit9b70e53508e844515f2de8841daeaba01e69eb72 (patch)
treedad0368b8cf28c0b6d9c1026fc5ee0475f1b7220 /tmk_core
parent33a5dc4fcf3ed00f7cd87271530bcc416012926f (diff)
downloadqmk_firmware-9b70e53508e844515f2de8841daeaba01e69eb72.tar.gz
qmk_firmware-9b70e53508e844515f2de8841daeaba01e69eb72.zip
[Docs] Fixed minor typos (#8860)
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/action.c2
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 */
875void register_mods(uint8_t mods) { 875void register_mods(uint8_t mods) {
876 if (mods) { 876 if (mods) {