]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Correct documentation for `PREVENT_STUCK_MODIFIERS`
authorJoe Wasson <jwasson+github@gmail.com>
Fri, 13 Apr 2018 21:34:47 +0000 (14:34 -0700)
committerJack Humbert <jack.humb@gmail.com>
Thu, 19 Apr 2018 05:52:34 +0000 (01:52 -0400)
docs/config_options.md

index d45592f82fbd8d8b20d31f6165a001abb7b5216a..acc402665b75bc43746e3295b69d37cdeaf1692c 100644 (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