aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_dynamic_macros.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in docs/feature_dynamic_macros (#10085)Jason Fields2020-08-191-1/+1
| | | s/completly/completely
* Allowing Pressing the Start Buttons Again to Stop Dynamic Macro Recording ↵Dongfeng Yu2020-07-071-1/+1
| | | | (#9446)
* [Core] Convert Dynamic Macro to a Core Feature (#5948)Drashna Jaelre2019-11-041-36/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Convert Dynamic Macro to a Core Feature This imports the code from Dynamic Macro into the core code, and handles it, as such. This deprecates the old method but does not remove it, for legacy support. This way, no existing user files need to be touched. Additionally, this reorganizes the documentation to better reflect the changes. Also, it adds user hooks to the feature so users can customize the existing functionality. Based heavily on and closes #2976 * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Cleanup based on feedback * Add short-form keycodes and document them - add short-form keycodes to quantum/quantum_keycodes.h - document the new aliases in docs/feature_dynamic_macros.md * Add Dynamic Macros section and keycodes to docs/keycodes.md * Make anti-nesting optional * Add documentation for DYNAMIC_MACRO_NO_NESTING option * Fix Merge artifacts * Fix formatting typo in docs Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Remove DYNAMIC_MACRO_RANGE as it's not needed * Fix includes and layer var type
* Docs: Adjust dynamic macro docs to include more than the planck (#3509)Evan Travers2018-07-291-3/+3
|
* Trim trailing whitespacefauxpark2017-12-091-1/+1
|
* Convert all headings to Title Casefauxpark2017-12-091-1/+1
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-0/+63
* fix #1313 by documenting more config.h options * Clean up and organize documentation