diff options
author | QMK Bot <hello@qmk.fm> | 2024-05-30 09:27:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-05-30 09:27:11 +0000 |
commit | c60554e0903b77b30eb2c85a463b7817460e6e14 (patch) | |
tree | f316741667f8e7b621aadf575d2119bb725f9bdb /docs/feature_unicode.md | |
parent | 64098fafa60945875c08f8da96eeff0238f0d6f8 (diff) | |
parent | 32af90ae840714d0fcb8dc438bc519e88ab63e1f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_unicode.md')
-rw-r--r-- | docs/feature_unicode.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index aa5a064e20..f9295c1f57 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md @@ -242,13 +242,13 @@ Set the Unicode input mode. --- -### `void unicode_input_mode_step(void)` : {#api-unicode-input-mode-step} +### `void unicode_input_mode_step(void)` {#api-unicode-input-mode-step} Change to the next Unicode input mode. --- -### `void unicode_input_mode_step_reverse(void)` : {#api-unicode-input-mode-step-reverse} +### `void unicode_input_mode_step_reverse(void)` {#api-unicode-input-mode-step-reverse} Change to the previous Unicode input mode. |