summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDamien2016-10-26 07:43:58 +0200
committerGitHub2016-10-26 07:43:58 +0200
commit41d7460f538a3b561aa4475c80dbcb602f476b94 (patch)
treeb4c25c89007acab684ae61fc97dd64ee51c058b9 /readme.md
parent911b52a49414a12d95b3f20c378f4c3fbafa3886 (diff)
parentf44ead146214381aa78344f1d4fe3e1b24010c95 (diff)
Merge pull request #10 from jackhumbert/master
Merge from jackhumbert/qmk_firmware
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 80f0a3ab2..9264f9376 100644
--- a/readme.md
+++ b/readme.md
@@ -323,6 +323,18 @@ This enables MIDI sending and receiving with your keyboard. To enter MIDI send m
This allows you to send unicode symbols via `UC(<unicode>)` in your keymap. Only codes up to 0x7FFF are currently supported.
+`UNICODEMAP_ENABLE`
+
+This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes
+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`
This allows you to interface with a Bluefruit EZ-key to send keycodes wirelessly. It uses the D2 and D3 pins.