~ruther/qmk_firmware

50964ae82160921f2c442e18c1ffc15316c29815 — QMK Bot 4 years ago 03d258c + fcce9f2
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/one_shot_keys.md
M docs/one_shot_keys.md => docs/one_shot_keys.md +1 -1
@@ 19,7 19,7 @@ You can control the behavior of one shot keys by defining these in `config.h`:
* `OSL(layer)` - momentary switch to *layer*.
* `OS_ON` - Turns on One Shot keys.
* `OS_OFF` - Turns off One Shot keys. OSM act as regular mod keys, OSL act like `MO`.
* `ON_TOGG` - Toggles the one shot key status.
* `OS_TOGG` - Toggles the one shot key status.

Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine.