diff options
| author | Ryan | 2023-06-01 18:25:08 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-01 18:25:08 +0200 |
| commit | a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch) | |
| tree | 72ff0bd7c826424771d92709abab5fe43e7bcda1 /docs/getting_started_make_guide.md | |
| parent | 45c9bc4e551fe8014d9f0674b95b3422de16408f (diff) | |
Unicodemap keycodes rename (#21092)
Diffstat (limited to 'docs/getting_started_make_guide.md')
| -rw-r--r-- | docs/getting_started_make_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index 1a7e276098..3d98e4602b 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md @@ -109,7 +109,7 @@ This allows you to send Unicode characters using `UC(<code point>)` in your keym `UNICODEMAP_ENABLE` -This allows you to send Unicode characters using `X(<map index>)` in your keymap. You will need to maintain a mapping table in your keymap file. All possible code points (up to `0x10FFFF`) are supported. +This allows you to send Unicode characters using `UM(<map index>)` in your keymap. You will need to maintain a mapping table in your keymap file. All possible code points (up to `0x10FFFF`) are supported. `UCIS_ENABLE` |