diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-11-03 21:50:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 21:50:31 +0100 |
commit | 7697f23538c1a1182c23aa154848081078b2463f (patch) | |
tree | f72181e039c75d9e77ef8809d9a483eb64b82314 /readme.md | |
parent | 2082c6f11076dd8232aea65ed178dea27d3a4109 (diff) | |
parent | d5270af1118a86cc8aaf795005941ad980a0d128 (diff) |
Merge pull request #11 from jackhumbert/master
Merged from jackhumbert
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -906,7 +906,7 @@ In `quantum/keymap_extras/`, you'll see various language files - these work the ## Unicode support -You can currently send 4 hex digits with your OS-specific modifier key (RALT for OSX with the "Unicode Hex Input" layout) - this is currently limited to supporting one OS at a time, and requires a recompile for switching. 8 digit hex codes are being worked on. The keycode function is `UC(n)`, where *n* is a 4 digit hexidecimal. Enable from the Makefile. +You can currently send 4 hex digits with your OS-specific modifier key (RALT for OSX with the "Unicode Hex Input" layout, see [this article](http://www.poynton.com/notes/misc/mac-unicode-hex-input.html) to learn more) - this is currently limited to supporting one OS at a time, and requires a recompile for switching. 8 digit hex codes are being worked on. The keycode function is `UC(n)`, where *n* is a 4 digit hexidecimal. Enable from the Makefile. ## Backlight Breathing |