diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 926d4fdce..ba06e1b8b 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -586,6 +586,16 @@ See also: [Mod-Tap](mod_tap.md) | |||
586 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | | 586 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped | |
587 | |`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/)| | 587 | |`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/)| |
588 | 588 | ||
589 | ## Tapping Term Keys :id=tapping-term-keys | ||
590 | |||
591 | See also: [Dynamic Tapping Term](tap_hold#dynamic-tapping-term) | ||
592 | |||
593 | | Key | Description | | ||
594 | |-------------|------------------------------------------------------------------------------------------------------------------------| | ||
595 | | `DT_PRNT` | "Dynamic Tapping Term Print": Types the current tapping term, in milliseconds | | ||
596 | | `DT_UP` | "Dynamic Tapping Term Up": Increases the current tapping term by `DYNAMIC_TAPPING_TERM_INCREMENT`ms (5ms by default) | | ||
597 | | `DT_DOWN` | "Dynamic Tapping Term Down": Decreases the current tapping term by `DYNAMIC_TAPPING_TERM_INCREMENT`ms (5ms by default) | | ||
598 | |||
589 | ## RGB Lighting :id=rgb-lighting | 599 | ## RGB Lighting :id=rgb-lighting |
590 | 600 | ||
591 | See also: [RGB Lighting](feature_rgblight.md) | 601 | See also: [RGB Lighting](feature_rgblight.md) |