Skip to content

Commit

Permalink
Add link to article about Unicode Hex Input in readme
Browse files Browse the repository at this point in the history
  For me it wasn't clear what is `Unicode Hex Input`, that article
  clarifies it (at least for me).
  • Loading branch information
Sergey Lebedev committed Oct 29, 2016
1 parent f44ead1 commit 552f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 552f469

Please sign in to comment.