summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorIBNobody <protospherex@gmail.com>2016-10-28 16:28:47 +0200
committerIBNobody <protospherex@gmail.com>2016-10-28 16:28:47 +0200
commita0fdb6b81aa33c493bc4fccab178fcbe02231578 (patch)
treeae2eb2212acb86966efefb98fb7f04686c94b7da /readme.md
parentef8f6180272c3e112f97a6beb9dd90bece3c2131 (diff)
parentf44ead146214381aa78344f1d4fe3e1b24010c95 (diff)
downloadqmk_firmware-a0fdb6b81aa33c493bc4fccab178fcbe02231578.tar.gz
qmk_firmware-a0fdb6b81aa33c493bc4fccab178fcbe02231578.tar.xz
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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
`UNICODEMAP_ENABLE`
This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes
-up to 0xFFFFF are supported, including emojis. But you need to maintain a
-separate mapping table in your keymap file.
+up to 0xFFFFFFFF are supported, including emojis. You will need to maintain
+a separate mapping table in your keymap file.
+
+Known limitations:
+- Under Mac OS, only codes up to 0xFFFF are supported.
+- Under Linux ibus, only codes up to 0xFFFFF are supported (but anything important is still under this limit for now).
+
+Characters out of range supported by the OS will be ignored.
`BLUETOOTH_ENABLE`