]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/make_instructions.md
Change installation of avr-libc to avr-gcc, now that avr-libc is integrated into...
[qmk_firmware.git] / docs / make_instructions.md
index 64c1cb0f0006743d2ace0b4f860b42d2ffe43405..299c5785b270fd349eee82a5d267a7447c0af67d 100644 (file)
@@ -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.