summaryrefslogtreecommitdiffstats
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-14 14:48:10 +0000
committerQMK Bot <hello@qmk.fm>2022-01-14 14:48:10 +0000
commit71a9384f49697bd5171b8378d5abe2e69e93cf7b (patch)
tree7be978962f570e2b6b735736493cf53f64190562 /docs/keycodes.md
parentcfc136f198120292ca9a6d8796a88e2c12f85095 (diff)
parent9e92d8a9054329200661efbc92022af7c67675bb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 2ea4fc74e2..dba530fc79 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -764,7 +764,7 @@ See also: [Unicode Support](feature_unicode.md)
|Key |Aliases |Description |
|----------------------|---------|----------------------------------------------------------------|
-|`UC(c)` | |Send Unicode code point `c` |
+|`UC(c)` | |Send Unicode code point `c`, up to `0x7FFF` |
|`X(i)` | |Send Unicode code point at index `i` in `unicode_map` |
|`XP(i, j)` | |Send Unicode code point at index `i`, or `j` if Shift/Caps is on|
|`UNICODE_MODE_FORWARD`|`UC_MOD` |Cycle through selected input modes |