diff options
| author | Ryan | 2025-07-06 12:30:47 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-06 12:30:47 +0200 |
| commit | baf0060761db4e0f1d631b00e6057c6763470e78 (patch) | |
| tree | e89a3e22efd844f350cb4c7d5275f14edd24390b /quantum/quantum_keycodes_legacy.h | |
| parent | 036745e853b512db868b6e226753521f7975d40c (diff) | |
Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
| -rw-r--r-- | quantum/quantum_keycodes_legacy.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index 55b0fc3596..58dc2fe6f6 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h @@ -59,3 +59,14 @@ #define QK_OUTPUT_AUTO OU_AUTO #define C_S_T(kc) LCS_T(kc) +#define ALL_T(kc) HYPR_T(kc) + +#define SGUI(kc) LSG(kc) +#define SCMD(kc) LSG(kc) +#define SWIN(kc) LSG(kc) +#define SGUI_T(kc) LSG_T(kc) +#define SCMD_T(kc) LSG_T(kc) +#define SWIN_T(kc) LSG_T(kc) + +#define SAGR(kc) RSA(kc) +#define SAGR_T(kc) RSA_T(kc) |