diff options
author | dbroqua <dbroqua@mousur.org> | 2016-11-12 19:27:03 +0100 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-11-12 19:27:03 +0100 |
commit | 3bc51065a4c28aad6785ca20e39118e27fe32c02 (patch) | |
tree | 8c80f1cfa0d5cce3ec03c13b9bc7a08a73f13bf9 /readme.md | |
parent | 19ebf6161f174902a33816bdab4ea3a209e4113e (diff) | |
parent | 7697f23538c1a1182c23aa154848081078b2463f (diff) |
Merge branch 'master' of https://github.com/Dbroqua/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 |