diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 15:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 15:49:45 -0400 |
commit | 52d7f7d2770a35adf0b0b0c803e05ae8719f539f (patch) | |
tree | fc9c02090ef86489ba99c2c1618f1da1c334c28a /readme.md | |
parent | 5e2b843538365b130a73054bbeff6009cb8d818c (diff) | |
parent | 932705706edc22774d89fb94ebad9ffe690a270c (diff) | |
download | qmk_firmware-52d7f7d2770a35adf0b0b0c803e05ae8719f539f.tar.gz qmk_firmware-52d7f7d2770a35adf0b0b0c803e05ae8719f539f.zip |
Merge pull request #815 from priyadi/unicode_map
Allow unicode up to 0xFFFFF using separate mapping table
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -323,6 +323,12 @@ This enables MIDI sending and receiving with your keyboard. To enter MIDI send m | |||
323 | 323 | ||
324 | This allows you to send unicode symbols via `UC(<unicode>)` in your keymap. Only codes up to 0x7FFF are currently supported. | 324 | This allows you to send unicode symbols via `UC(<unicode>)` in your keymap. Only codes up to 0x7FFF are currently supported. |
325 | 325 | ||
326 | `UNICODEMAP_ENABLE` | ||
327 | |||
328 | This allows sending unicode symbols using `X(<unicode>)` in your keymap. Codes | ||
329 | up to 0xFFFFF are supported, including emojis. But you need to maintain a | ||
330 | separate mapping table in your keymap file. | ||
331 | |||
326 | `BLUETOOTH_ENABLE` | 332 | `BLUETOOTH_ENABLE` |
327 | 333 | ||
328 | This allows you to interface with a Bluefruit EZ-key to send keycodes wirelessly. It uses the D2 and D3 pins. | 334 | This allows you to interface with a Bluefruit EZ-key to send keycodes wirelessly. It uses the D2 and D3 pins. |