diff options
author | 2016-10-31 11:45:54 -0400 | |
---|---|---|
committer | 2016-10-31 11:45:54 -0400 | |
commit | b90366285f56a1adc175d952f0156507c7c897b2 (patch) | |
tree | 5f9ded584add381336a6668a51847d3dc3f9f257 /readme.md | |
parent | 2a2920d92c5c314fe6291c92dee92fb6ff8294fe (diff) | |
parent | 964b8574ee01aafeb34258a6eb25480f4de9a02a (diff) | |
download | qmk_firmware-b90366285f56a1adc175d952f0156507c7c897b2.tar.gz |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |