diff options
| author | Ryan <fauxpark@gmail.com> | 2025-06-28 12:44:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-28 12:44:24 +1000 |
| commit | 36636205ddc835a6bb6f630179cd9395ea8b0689 (patch) | |
| tree | 62c93dd1a6a909609254fb0809ac8c87b98d38bc /quantum/quantum_keycodes_legacy.h | |
| parent | 89e39b98587f9d12d3b4b6659c7655df63b8633b (diff) | |
Clean up mod & mod-tap shortcuts (#25399)
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
| -rw-r--r-- | quantum/quantum_keycodes_legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index 21aec90675..55b0fc3596 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h | |||
| @@ -57,3 +57,5 @@ | |||
| 57 | #define KC_ACL2 QK_MOUSE_ACCELERATION_2 | 57 | #define KC_ACL2 QK_MOUSE_ACCELERATION_2 |
| 58 | 58 | ||
| 59 | #define QK_OUTPUT_AUTO OU_AUTO | 59 | #define QK_OUTPUT_AUTO OU_AUTO |
| 60 | |||
| 61 | #define C_S_T(kc) LCS_T(kc) | ||
