]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Documentation clarification (#3611)
authororbitingorca <32821588+orbitingorca@users.noreply.github.com>
Thu, 10 Jan 2019 16:30:30 +0000 (16:30 +0000)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 10 Jan 2019 16:30:30 +0000 (08:30 -0800)
* Documentation fix

* Further clarification

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