summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFredric Silberberg <fred@silberberg.xyz>2017-08-06 23:14:27 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-08 16:02:53 +0200
commita3e1d9a8cc8b3d376d52f86aacae6315b15efebf (patch)
tree19784f99eab3fa0b03b96402f7e2b62599d17a0a /docs
parent02f405708bb3a486224b857feb1f03f883f55ffe (diff)
downloadqmk_firmware-a3e1d9a8cc8b3d376d52f86aacae6315b15efebf.tar.gz
qmk_firmware-a3e1d9a8cc8b3d376d52f86aacae6315b15efebf.tar.xz
Added support for locking One Shot modifiers.
Diffstat (limited to 'docs')
-rw-r--r--docs/key_lock.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/key_lock.md b/docs/key_lock.md
index 03cea2089..e424061a9 100644
--- a/docs/key_lock.md
+++ b/docs/key_lock.md
@@ -8,4 +8,4 @@ Here's how to use it:
2. Enable key lock by including `KEY_LOCK_ENABLE = yes` in your Makefile.
3. That's it!
-Important: switching layers does not cancel the key lock. Additionally, key lock is only able to hold standard action keys. This does not include any of the QMK special functions, or shifted versions of keys such as KC_LPRN. If it's in the [basic_keycodes](basic_keycodes.md) list, it can be held. If it's not, then it can't be.
+Important: switching layers does not cancel the key lock. Additionally, key lock is only able to hold standard action keys and One Shot modifier keys (for example, if you have your shift defined as `OSM(KC_LSFT)`; see [One Shot Keys](quantum_keycodes.md#one-shot-keys)). This does not include any of the QMK special functions (except One Shot modifiers), or shifted versions of keys such as KC_LPRN. If it's in the [basic_keycodes](basic_keycodes.md) list, it can be held. If it's not, then it can't be.