Skip to content

Commit

Permalink
[Docs] Fix link to mod_tap.md in the one_shot_keys.md file (qmk#9380)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmwphd authored Jun 15, 2020
1 parent da76734 commit 8e0af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/one_shot_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can control the behavior of one shot keys by defining these in `config.h`:
#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */
```
* `OSM(mod)` - Momentarily hold down *mod*. You must use the `MOD_*` keycodes as shown in [Mod Tap](#mod-tap), not the `KC_*` codes.
* `OSM(mod)` - Momentarily hold down *mod*. You must use the `MOD_*` keycodes as shown in [Mod Tap](mod_tap.md), not the `KC_*` codes.
* `OSL(layer)` - momentary switch to *layer*.
Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine.
Expand Down

0 comments on commit 8e0af2f

Please sign in to comment.