]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_unicode_common.h
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
[qmk_firmware.git] / quantum / process_keycode / process_unicode_common.h
index f5be1da5cb15d32ab6f6f57d7039fc0c18973431..4d2b04fb392d57eaf2e5c21a10932eaffb1452b0 100644 (file)
@@ -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)