summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-22 07:43:55 +1100
committerGitHub <noreply@github.com>2022-10-21 21:43:55 +0100
commit4f3af0920903b2253ea80fce9de55ed669ba2e8d (patch)
tree75c82861566d757138aa18fde0448d720478df75 /quantum/quantum_keycodes.h
parent7cbff9d921879ef3c54837cb2ffc455e019f45b4 (diff)
Remove legacy fauxclicky and unicode keycodes (#18800)
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h6
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 {
#define CK_DOWN CLICKY_DOWN
#define CK_ON CLICKY_ENABLE
#define CK_OFF CLICKY_DISABLE
-// Fauxclicky (deprecated) redirects to Audio Clicky
-#define FC_ON CLICKY_ENABLE
-#define FC_OFF CLICKY_DISABLE
-#define FC_TOGG CLICKY_TOGGLE
// RGB aliases
#define RGB_MOD RGB_MODE_FORWARD
@@ -838,8 +834,6 @@ enum quantum_keycodes {
#define UC_RMOD UNICODE_MODE_REVERSE
#define UC_M_MA UNICODE_MODE_MAC
-#define UNICODE_MODE_OSX UNICODE_MODE_MAC // Deprecated alias
-#define UC_M_OS UNICODE_MODE_MAC // Deprecated alias
#define UC_M_LN UNICODE_MODE_LNX
#define UC_M_WI UNICODE_MODE_WIN
#define UC_M_BS UNICODE_MODE_BSD