diff options
Diffstat (limited to 'docs/mod_tap.md')
-rw-r--r-- | docs/mod_tap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mod_tap.md b/docs/mod_tap.md index 0dc35ff03..18440eb66 100644 --- a/docs/mod_tap.md +++ b/docs/mod_tap.md | |||
@@ -46,7 +46,7 @@ For convenience, QMK includes some Mod-Tap shortcuts to make common combinations | |||
46 | |`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | | 46 | |`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | |
47 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | | 47 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | |
48 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | | 48 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | |
49 | |`HYPR_T(kc)`|`ALL_T(kc)` |Left Control, Shift, Alt and GUI when held, `kc` when tapped - more info [here](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/)| | 49 | |`HYPR_T(kc)`|`ALL_T(kc)` |Left Control, Shift, Alt and GUI when held, `kc` when tapped - more info [here](https://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/)| |
50 | 50 | ||
51 | ## Caveats | 51 | ## Caveats |
52 | 52 | ||