Remove legacy fauxclicky and unicode keycodes (#18800)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user