diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-13 14:11:40 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-13 14:11:40 -0400 |
commit | 1631f7cd798dcf428404977e441d7e5b65fe81ce (patch) | |
tree | 1c2c1d85598d7b1332e2e82b6276a49b2dc2d2b0 /docs/make_instructions.md | |
parent | f64d4242ada746a1d7bd7aef9acf8f3cf8a5ba6f (diff) | |
parent | 09e5885e45cf37c0651744770cd99b5b744ba894 (diff) | |
download | firmware-1631f7cd798dcf428404977e441d7e5b65fe81ce.tar.gz firmware-1631f7cd798dcf428404977e441d7e5b65fe81ce.tar.bz2 firmware-1631f7cd798dcf428404977e441d7e5b65fe81ce.zip |
Merge branch 'master' into minidox
Diffstat (limited to 'docs/make_instructions.md')
-rw-r--r-- | docs/make_instructions.md | 4 |
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. |