summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode_common.h
diff options
context:
space:
mode:
authorMarco Fontani <MFONTANI@cpan.org>2017-08-28 20:05:42 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-30 17:38:03 +0200
commitda83f04a30903a98b9a8dbe29c2d6cef4f9da3a7 (patch)
treeaac5317daca48e2598e97a1e6f9484f39ab5d1a7 /quantum/process_keycode/process_unicode_common.h
parent9987f9dcffa8b33e09dc3147088a102df5a6da7d (diff)
downloadqmk_firmware-da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7.tar.gz
qmk_firmware-da83f04a30903a98b9a8dbe29c2d6cef4f9da3a7.tar.xz
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r--quantum/process_keycode/process_unicode_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h
index f5be1da5c..4d2b04fb3 100644
--- a/quantum/process_keycode/process_unicode_common.h
+++ b/quantum/process_keycode/process_unicode_common.h
@@ -37,6 +37,7 @@ void register_hex(uint16_t hex);
#define UC_WIN 2 // Windows 'HexNumpad'
#define UC_BSD 3 // BSD (not implemented)
#define UC_WINC 4 // WinCompose https://github.com/samhocevar/wincompose
+#define UC_OSX_RALT 5 // Mac OS X using Right Alt key for Unicode Compose
#define UC_BSPC UC(0x0008)