diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-10-30 12:25:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 12:25:52 -0400 |
commit | d75de4455132cbd000b7f227dbedd91b5a527c6a (patch) | |
tree | 081db66ee2a6758fd67902bda91b6ffea07b1f8c | |
parent | b0317abe42289d5b391a2255dc1c97e4242d9a57 (diff) | |
parent | 552f469dfc0368682151e3e97aba856e4ff75526 (diff) |
Merge pull request #854 from slebedev/master
Add link to article about Unicode Hex Input in readme
-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 |