]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add link to article about Unicode Hex Input in readme
authorSergey Lebedev <s.lebedev@li.ru>
Sat, 29 Oct 2016 19:08:11 +0000 (22:08 +0300)
committerSergey Lebedev <s.lebedev@li.ru>
Sat, 29 Oct 2016 19:08:11 +0000 (22:08 +0300)
  For me it wasn't clear what is `Unicode Hex Input`, that article
  clarifies it (at least for me).

readme.md

index 9264f9376f47721a42244697196ee490081ba79b..60a94d7d6d951dfed07b6ba84e8decc7aab621ab 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -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