summaryrefslogtreecommitdiffstats
path: root/docs/feature_key_lock.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly+github@gmail.com>2017-11-30 19:18:01 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2017-11-30 19:18:01 +0100
commit7aaef1626693f4e4449946de025aa6175adcfa3d (patch)
treeeb9c2b5f38515ddfda61e7dd036e5535692969b8 /docs/feature_key_lock.md
parent28874a9f33e7527f5104ec507f78360481f51f9e (diff)
downloadqmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.gz
qmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.xz
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
Diffstat (limited to 'docs/feature_key_lock.md')
-rw-r--r--docs/feature_key_lock.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_key_lock.md b/docs/feature_key_lock.md
index e424061a9..a26cc1000 100644
--- a/docs/feature_key_lock.md
+++ b/docs/feature_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 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.
+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](keycodes_basic.md) list, it can be held. If it's not, then it can't be.