diff options
author | IBNobody <protospherex@gmail.com> | 2016-11-01 10:56:56 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-11-01 10:56:56 -0500 |
commit | 9e6c57af2a47c7e58c7d7c20d3ccb6cb942eb451 (patch) | |
tree | c9b087ab1fd0ad7b2179040ad6ab3925b731ff43 /readme.md | |
parent | f4030289744fc6dc82dd85c955070c0845813cc5 (diff) | |
parent | d5270af1118a86cc8aaf795005941ad980a0d128 (diff) | |
download | qmk_firmware-9e6c57af2a47c7e58c7d7c20d3ccb6cb942eb451.tar.gz |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -907,7 +907,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 |