summaryrefslogtreecommitdiffstats
path: root/docs/make_instructions.md
diff options
context:
space:
mode:
authorFredric Silberberg <fred@silberberg.xyz>2017-08-06 11:09:34 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-08 16:02:53 +0200
commit5fc4a664dc0be3f380aba9480b710b9047f29fad (patch)
tree1f6b40c2876e6e9e2d2146332418f0ee72303f45 /docs/make_instructions.md
parent8e1be7c792c4c9f65ba7e990f2a773a23b40d20c (diff)
downloadqmk_firmware-5fc4a664dc0be3f380aba9480b710b9047f29fad.tar.gz
qmk_firmware-5fc4a664dc0be3f380aba9480b710b9047f29fad.tar.xz
Added initial key lock documentation.
Diffstat (limited to 'docs/make_instructions.md')
-rw-r--r--docs/make_instructions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/make_instructions.md b/docs/make_instructions.md
index 64c1cb0f0..299c5785b 100644
--- a/docs/make_instructions.md
+++ b/docs/make_instructions.md
@@ -158,6 +158,10 @@ This enables using the Quantum SYSEX API to send strings (somewhere?)
This consumes about 5390 bytes.
+`KEY_LOCK_ENABLE`
+
+This enables [key lock](key_lock.md). This consumes an additional 260 bytes.
+
## Customizing Makefile options on a per-keymap basis
If your keymap directory has a file called `Makefile` (note the filename), any Makefile options you set in that file will take precedence over other Makefile options for your particular keyboard.