diff options
| author | Ryan <fauxpark@gmail.com> | 2022-10-22 07:43:55 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 21:43:55 +0100 |
| commit | 4f3af0920903b2253ea80fce9de55ed669ba2e8d (patch) | |
| tree | 75c82861566d757138aa18fde0448d720478df75 /quantum/quantum_keycodes.h | |
| parent | 7cbff9d921879ef3c54837cb2ffc455e019f45b4 (diff) | |
Remove legacy fauxclicky and unicode keycodes (#18800)
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 57dbfa0509..caf4d2b395 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -680,10 +680,6 @@ enum quantum_keycodes { | |||
| 680 | #define CK_DOWN CLICKY_DOWN | 680 | #define CK_DOWN CLICKY_DOWN |
| 681 | #define CK_ON CLICKY_ENABLE | 681 | #define CK_ON CLICKY_ENABLE |
| 682 | #define CK_OFF CLICKY_DISABLE | 682 | #define CK_OFF CLICKY_DISABLE |
| 683 | // Fauxclicky (deprecated) redirects to Audio Clicky | ||
| 684 | #define FC_ON CLICKY_ENABLE | ||
| 685 | #define FC_OFF CLICKY_DISABLE | ||
| 686 | #define FC_TOGG CLICKY_TOGGLE | ||
| 687 | 683 | ||
| 688 | // RGB aliases | 684 | // RGB aliases |
| 689 | #define RGB_MOD RGB_MODE_FORWARD | 685 | #define RGB_MOD RGB_MODE_FORWARD |
| @@ -838,8 +834,6 @@ enum quantum_keycodes { | |||
| 838 | #define UC_RMOD UNICODE_MODE_REVERSE | 834 | #define UC_RMOD UNICODE_MODE_REVERSE |
| 839 | 835 | ||
| 840 | #define UC_M_MA UNICODE_MODE_MAC | 836 | #define UC_M_MA UNICODE_MODE_MAC |
| 841 | #define UNICODE_MODE_OSX UNICODE_MODE_MAC // Deprecated alias | ||
| 842 | #define UC_M_OS UNICODE_MODE_MAC // Deprecated alias | ||
| 843 | #define UC_M_LN UNICODE_MODE_LNX | 837 | #define UC_M_LN UNICODE_MODE_LNX |
| 844 | #define UC_M_WI UNICODE_MODE_WIN | 838 | #define UC_M_WI UNICODE_MODE_WIN |
| 845 | #define UC_M_BS UNICODE_MODE_BSD | 839 | #define UC_M_BS UNICODE_MODE_BSD |
