Correct documentation for `PREVENT_STUCK_MODIFIERS`

This commit is contained in:
Joe Wasson 2018-04-13 14:34:47 -07:00 committed by Jack Humbert
parent 7dda7158fb
commit 5226e4c79b
1 changed files with 1 additions and 1 deletions

View File

@ -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