diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 058998d4d..9acf8b683 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -426,7 +426,7 @@ See also: [Mod-Tap](mod_tap.md) | |||
426 | |`RCAG_T(kc)` | |Right Control, Alt and GUI when held, `kc` when tapped | | 426 | |`RCAG_T(kc)` | |Right Control, Alt and GUI when held, `kc` when tapped | |
427 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | | 427 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | |
428 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | | 428 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | |
429 | |`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/)| | 429 | |`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/)| |
430 | 430 | ||
431 | ## RGB Lighting :id=rgb-lighting | 431 | ## RGB Lighting :id=rgb-lighting |
432 | 432 | ||