diff options
Diffstat (limited to 'docs/one_shot_keys.md')
| -rw-r--r-- | docs/one_shot_keys.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/one_shot_keys.md b/docs/one_shot_keys.md index 73d78b415..aa3db5acb 100644 --- a/docs/one_shot_keys.md +++ b/docs/one_shot_keys.md | |||
| @@ -15,7 +15,7 @@ You can control the behavior of one shot keys by defining these in `config.h`: | |||
| 15 | #define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */ | 15 | #define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */ |
| 16 | ``` | 16 | ``` |
| 17 | 17 | ||
| 18 | * `OSM(mod)` - Momentarily hold down *mod*. You must use the `MOD_*` keycodes as shown in [Mod Tap](#mod-tap), not the `KC_*` codes. | 18 | * `OSM(mod)` - Momentarily hold down *mod*. You must use the `MOD_*` keycodes as shown in [Mod Tap](mod_tap.md), not the `KC_*` codes. |
| 19 | * `OSL(layer)` - momentary switch to *layer*. | 19 | * `OSL(layer)` - momentary switch to *layer*. |
| 20 | 20 | ||
| 21 | Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine. | 21 | Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine. |
