diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 54428fe1f..f6aac2234 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -459,7 +459,7 @@ enum quantum_keycodes { | |||
459 | 459 | ||
460 | UNICODE_MODE_FORWARD, | 460 | UNICODE_MODE_FORWARD, |
461 | UNICODE_MODE_REVERSE, | 461 | UNICODE_MODE_REVERSE, |
462 | UNICODE_MODE_OSX, | 462 | UNICODE_MODE_MAC, |
463 | UNICODE_MODE_LNX, | 463 | UNICODE_MODE_LNX, |
464 | UNICODE_MODE_WIN, | 464 | UNICODE_MODE_WIN, |
465 | UNICODE_MODE_BSD, | 465 | UNICODE_MODE_BSD, |
@@ -777,7 +777,9 @@ enum quantum_keycodes { | |||
777 | #define UC_MOD UNICODE_MODE_FORWARD | 777 | #define UC_MOD UNICODE_MODE_FORWARD |
778 | #define UC_RMOD UNICODE_MODE_REVERSE | 778 | #define UC_RMOD UNICODE_MODE_REVERSE |
779 | 779 | ||
780 | #define UC_M_OS UNICODE_MODE_OSX | 780 | #define UC_M_MA UNICODE_MODE_MAC |
781 | #define UNICODE_MODE_OSX UNICODE_MODE_MAC // Deprecated alias | ||
782 | #define UC_M_OS UNICODE_MODE_MAC // Deprecated alias | ||
781 | #define UC_M_LN UNICODE_MODE_LNX | 783 | #define UC_M_LN UNICODE_MODE_LNX |
782 | #define UC_M_WI UNICODE_MODE_WIN | 784 | #define UC_M_WI UNICODE_MODE_WIN |
783 | #define UC_M_BS UNICODE_MODE_BSD | 785 | #define UC_M_BS UNICODE_MODE_BSD |