summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Massendari <massendari.paul@gmail.com>2018-11-29 16:33:45 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-29 16:33:45 +0100
commitfbf59ba2e5a4ccd8842d044f7ffa75e91e1894cb (patch)
tree4e5217db0f3a7e778d3cd22c2339a4ef161adfb1 /docs
parent87e6d0137484fdc8e076eb79dbbed47836eba2c5 (diff)
downloadqmk_firmware-fbf59ba2e5a4ccd8842d044f7ffa75e91e1894cb.tar.gz
qmk_firmware-fbf59ba2e5a4ccd8842d044f7ffa75e91e1894cb.tar.xz
Typo fix (#4515)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_unicode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md
index b1527b848..c98a40228 100644
--- a/docs/feature_unicode.md
+++ b/docs/feature_unicode.md
@@ -30,7 +30,7 @@ Make sure that the order for both matches.
## UCIS_ENABLE
-Supports Unicode up to 0xFFFFFFFF. As with `UNICODE_MAP`, you may want to main a mapping table in your keymap file. However, there is no keycodes for this feature, you will have to add a keycode or function to call `qk_ucis_start()`. Once you've run that, you can just type the text for your unicode, and then hit space or enter to complete it, or ESC to cancel it. And if it matches an entry in your table, it will automatically "backspace" the trigger word (from your table) and then will input the unicode sequence.
+Supports Unicode up to 0xFFFFFFFF. As with `UNICODE_MAP`, you may want to maintain a mapping table in your keymap file. However, there is no keycodes for this feature, you will have to add a keycode or function to call `qk_ucis_start()`. Once you've run that, you can just type the text for your unicode, and then hit space or enter to complete it, or ESC to cancel it. And if it matches an entry in your table, it will automatically "backspace" the trigger word (from your table) and then will input the unicode sequence.
For instance, you would need to have a table like this in your keymap: