aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 085ab3ee5..63bcc41d0 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -109,9 +109,9 @@ If you define these options you will disable the associated feature, which can s
109* `#define NO_ACTION_ONESHOT` 109* `#define NO_ACTION_ONESHOT`
110 * disable one-shot modifiers 110 * disable one-shot modifiers
111* `#define NO_ACTION_MACRO` 111* `#define NO_ACTION_MACRO`
112 * disable all macro handling 112 * disable old style macro handling: MACRO() & action_get_macro
113* `#define NO_ACTION_FUNCTION` 113* `#define NO_ACTION_FUNCTION`
114 * disable the action function (deprecated) 114 * disable calling of action_function() from the fn_actions array (deprecated)
115 115
116## Features That Can Be Enabled 116## Features That Can Be Enabled
117 117