summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Wasson <jwasson+github@gmail.com>2018-04-13 23:34:47 +0200
committerJack Humbert <jack.humb@gmail.com>2018-04-19 07:52:34 +0200
commit5226e4c79b3da327735f59344df7e402f254532d (patch)
treee770c6031a4f7f11519436bb251e08d4d67bdecf /docs
parent7dda7158fb6fd337debfe735f27dd7a1a65450d2 (diff)
downloadqmk_firmware-5226e4c79b3da327735f59344df7e402f254532d.tar.gz
qmk_firmware-5226e4c79b3da327735f59344df7e402f254532d.tar.xz
Correct documentation for `PREVENT_STUCK_MODIFIERS`
Diffstat (limited to 'docs')
-rw-r--r--docs/config_options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index d45592f82..acc402665 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -116,7 +116,7 @@ If you define these options you will enable the associated feature, which may in
* `#define FORCE_NKRO`
* NKRO by default requires to be turned on, this forces it on during keyboard startup regardless of EEPROM setting. NKRO can still be turned off but will be turned on again if the keyboard reboots.
* `#define PREVENT_STUCK_MODIFIERS`
- * when switching layers, this will release all mods
+ * stores the layer a key press came from so the same layer is used when the key is released, regardless of which layers are enabled
## Behaviors That Can Be Configured