aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index eaaa59872..072857727 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -119,8 +119,8 @@ If you define these options you will enable the associated feature, which may in
119 119
120* `#define FORCE_NKRO` 120* `#define FORCE_NKRO`
121 * 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. 121 * 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.
122* `#define PREVENT_STUCK_MODIFIERS` 122* `#define STRICT_LAYER_RELEASE`
123 * 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 123 * force a key release to be evaluated using the current layer stack instead of remembering which layer it came from (used for advanced cases)
124 124
125## Behaviors That Can Be Configured 125## Behaviors That Can Be Configured
126 126