]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Documentation clarification (#3611)
[qmk_firmware.git] / docs / config_options.md
index 085ab3ee58aee40cb0e0ef1fd44344796f5a1932..63bcc41d0af87db2a4a69a30b9165206ba2133a4 100644 (file)
@@ -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