diff options
| -rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 5cd3c8e78..4853655f9 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -159,6 +159,8 @@ enum quantum_keycodes { | |||
| 159 | #define MEH(kc) (kc | QK_LCTL | QK_LSFT | QK_LALT) | 159 | #define MEH(kc) (kc | QK_LCTL | QK_LSFT | QK_LALT) |
| 160 | #define LCAG(kc) (kc | QK_LCTL | QK_LALT | QK_LGUI) | 160 | #define LCAG(kc) (kc | QK_LCTL | QK_LALT | QK_LGUI) |
| 161 | #define ALTG(kc) (kc | QK_RCTL | QK_RALT) | 161 | #define ALTG(kc) (kc | QK_RCTL | QK_RALT) |
| 162 | #define SCMD(kc) (kc | QK_LGUI | QK_LSFT) | ||
| 163 | #define SWIN(kc) SCMD(kc) | ||
| 162 | 164 | ||
| 163 | #define MOD_HYPR 0xf | 165 | #define MOD_HYPR 0xf |
| 164 | #define MOD_MEH 0x7 | 166 | #define MOD_MEH 0x7 |
| @@ -293,6 +295,8 @@ enum quantum_keycodes { | |||
| 293 | #define MEH_T(kc) MT((MOD_LCTL | MOD_LSFT | MOD_LALT), kc) // Meh is a less hyper version of the Hyper key -- doesn't include Win or Cmd, so just alt+shift+ctrl | 295 | #define MEH_T(kc) MT((MOD_LCTL | MOD_LSFT | MOD_LALT), kc) // Meh is a less hyper version of the Hyper key -- doesn't include Win or Cmd, so just alt+shift+ctrl |
| 294 | #define LCAG_T(kc) MT((MOD_LCTL | MOD_LALT | MOD_LGUI), kc) // Left control alt and gui | 296 | #define LCAG_T(kc) MT((MOD_LCTL | MOD_LALT | MOD_LGUI), kc) // Left control alt and gui |
| 295 | #define ALL_T(kc) MT((MOD_LCTL | MOD_LSFT | MOD_LALT | MOD_LGUI), kc) // see http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/ | 297 | #define ALL_T(kc) MT((MOD_LCTL | MOD_LSFT | MOD_LALT | MOD_LGUI), kc) // see http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/ |
| 298 | #define SCMD_T(kc) MT((MOD_LGUI | MOD_LSFT), kc) | ||
| 299 | #define SWIN_T(kc) SCMD_T(kc) | ||
| 296 | 300 | ||
| 297 | // Dedicated keycode versions for Hyper and Meh, if you want to use them as standalone keys rather than mod-tap | 301 | // Dedicated keycode versions for Hyper and Meh, if you want to use them as standalone keys rather than mod-tap |
| 298 | #define KC_HYPR HYPR(KC_NO) | 302 | #define KC_HYPR HYPR(KC_NO) |
