aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c460933a7..417484778 100644
--- a/readme.md
+++ b/readme.md
@@ -327,8 +327,14 @@ This allows you to send unicode symbols via `UC(<unicode>)` in your keymap. Only
327`UNICODEMAP_ENABLE` 327`UNICODEMAP_ENABLE`
328 328
329This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes 329This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes
330up to 0xFFFFF are supported, including emojis. But you need to maintain a 330up to 0xFFFFFFFF are supported, including emojis. You will need to maintain
331separate mapping table in your keymap file. 331a separate mapping table in your keymap file.
332
333Known limitations:
334- Under Mac OS, only codes up to 0xFFFF are supported.
335- Under Linux ibus, only codes up to 0xFFFFF are supported (but anything important is still under this limit for now).
336
337Characters out of range supported by the OS will be ignored.
332 338
333`BLUETOOTH_ENABLE` 339`BLUETOOTH_ENABLE`
334 340