diff options
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 1 |
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); | |||
37 | #define UC_WIN 2 // Windows 'HexNumpad' | 37 | #define UC_WIN 2 // Windows 'HexNumpad' |
38 | #define UC_BSD 3 // BSD (not implemented) | 38 | #define UC_BSD 3 // BSD (not implemented) |
39 | #define UC_WINC 4 // WinCompose https://github.com/samhocevar/wincompose | 39 | #define UC_WINC 4 // WinCompose https://github.com/samhocevar/wincompose |
40 | #define UC_OSX_RALT 5 // Mac OS X using Right Alt key for Unicode Compose | ||
40 | 41 | ||
41 | #define UC_BSPC UC(0x0008) | 42 | #define UC_BSPC UC(0x0008) |
42 | 43 | ||