Skip to content

Commit

Permalink
Make note of upper limit for UC() (qmk#15870)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Jan 14, 2022
1 parent 61f0292 commit 9e92d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,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 |
Expand Down

0 comments on commit 9e92d8a

Please sign in to comment.