summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-10-10 00:46:20 +0700
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-10-10 00:56:09 +0700
commit5b2e455d3b71bfb90754930d1f22d3e8ce98b927 (patch)
treef9c5e7f6920aa860407df4850dca7ee515a4be74 /readme.md
parenta9df99b81c787862dc3fa11bd854fe39e704da81 (diff)
Unicode map framework. Allow unicode up to 0xFFFFF using separate
mapping table
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a7320202b2..2653ab2ea7 100644
--- a/readme.md
+++ b/readme.md
@@ -320,6 +320,12 @@ 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 0xFFFFF are supported, including emojis. But you need to maintain a
+separate mapping table in your keymap file.
+
`BLUETOOTH_ENABLE`
This allows you to interface with a Bluefruit EZ-key to send keycodes wirelessly. It uses the D2 and D3 pins.