diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-28 11:01:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-28 11:01:28 +0000 |
commit | 50964ae82160921f2c442e18c1ffc15316c29815 (patch) | |
tree | dbb9c79d19b27f95f07ba5641d38ff8ee543063d | |
parent | 03d258c2226959480fc3ead1568ca2fe8ba37c59 (diff) | |
parent | fcce9f2a4f3e59ba41749c22460fe549e717393c (diff) | |
download | qmk_firmware-50964ae82160921f2c442e18c1ffc15316c29815.tar.gz qmk_firmware-50964ae82160921f2c442e18c1ffc15316c29815.zip |
Merge remote-tracking branch 'origin/master' into develop
-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 f1f93199c..49910a49e 100644 --- a/docs/one_shot_keys.md +++ b/docs/one_shot_keys.md | |||
@@ -19,7 +19,7 @@ You can control the behavior of one shot keys by defining these in `config.h`: | |||
19 | * `OSL(layer)` - momentary switch to *layer*. | 19 | * `OSL(layer)` - momentary switch to *layer*. |
20 | * `OS_ON` - Turns on One Shot keys. | 20 | * `OS_ON` - Turns on One Shot keys. |
21 | * `OS_OFF` - Turns off One Shot keys. OSM act as regular mod keys, OSL act like `MO`. | 21 | * `OS_OFF` - Turns off One Shot keys. OSM act as regular mod keys, OSL act like `MO`. |
22 | * `ON_TOGG` - Toggles the one shot key status. | 22 | * `OS_TOGG` - Toggles the one shot key status. |
23 | 23 | ||
24 | Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine. | 24 | Sometimes, you want to activate a one-shot key as part of a macro or tap dance routine. |
25 | 25 | ||