diff options
| author | Joel Challis | 2021-12-01 02:34:08 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-01 02:34:08 +0100 |
| commit | 2726856cde66856344de7790d750a332ace1070d (patch) | |
| tree | 9ec92a6e39a8dc11846b2fe333a6896fb7000268 /quantum/quantum_keycodes.h | |
| parent | 3079fd0415c60a72c5c18601a6fa3d196bb9215d (diff) | |
Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index e4d0167aac..3950a3bcae 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -597,6 +597,8 @@ enum quantum_keycodes { MACRO_30, MACRO_31, + MAGIC_TOGGLE_CONTROL_CAPSLOCK, + // Start of custom keycode range for keyboards and keymaps - always leave at the end SAFE_RANGE }; @@ -749,6 +751,7 @@ enum quantum_keycodes { #define CL_NORM MAGIC_UNSWAP_CONTROL_CAPSLOCK #define CL_CTRL MAGIC_CAPSLOCK_TO_CONTROL #define CL_CAPS MAGIC_UNCAPSLOCK_TO_CONTROL +#define CL_TOGG MAGIC_TOGGLE_CONTROL_CAPSLOCK #define LCG_SWP MAGIC_SWAP_LCTL_LGUI #define LCG_NRM MAGIC_UNSWAP_LCTL_LGUI |