summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authororbitingorca <32821588+orbitingorca@users.noreply.github.com>2019-01-10 17:30:30 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-10 17:30:30 +0100
commit3ac6989cc13b2198f107d518e221effe55d98cd4 (patch)
treecfcf45caf18d1a0cc453f79e02982c30f7cb4a33 /docs
parentaad4319b40bfe3d34faeb952174676d6c8bdb0f2 (diff)
downloadqmk_firmware-3ac6989cc13b2198f107d518e221effe55d98cd4.tar.gz
qmk_firmware-3ac6989cc13b2198f107d518e221effe55d98cd4.tar.xz
Documentation clarification (#3611)
* Documentation fix * Further clarification
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
* `#define NO_ACTION_ONESHOT`
* disable one-shot modifiers
* `#define NO_ACTION_MACRO`
- * disable all macro handling
+ * disable old style macro handling: MACRO() & action_get_macro
* `#define NO_ACTION_FUNCTION`
- * disable the action function (deprecated)
+ * disable calling of action_function() from the fn_actions array (deprecated)
## Features That Can Be Enabled