summaryrefslogtreecommitdiffstats
path: root/docs/feature_macros.md
AgeCommit message (Collapse)AuthorFilesLines
2019-05-04[Docs] Update Super ALT↯TAB to remove use of unregister_code16 (#5766)Jez Cope1-1/+1
The code as originally listed didn't work for me, but replacing `unregister_code16(LALT(KC_TAB));` with `unregister_code(KC_LALT);` fixes the problem and causes the macro to work as intended. Thanks to folks on Discord for helping me figure this out.
2019-04-14[Docs] Adding Alt↯Tab example macro (#5616)roguepullrequest1-1/+46
2019-03-18[Docs] Smallish overhaul of the docs (#5281)Drashna Jaelre1-44/+53
* Fix up Common functions doc * Add to extra commands to flashing doc * Rearrange and touch up Macros * Expand Newbs Flashing guide * Update process_record documentation * Add git to best practices name in sidebar * Expand FAQ for build/flashing * Add deprecated info to functions * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/keymap.md Co-Authored-By: drashna <drashna@live.com> * Update docs/newbs_flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/newbs_flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/custom_quantum_functions.md Co-Authored-By: drashna <drashna@live.com> * Update docs/faq_build.md Co-Authored-By: drashna <drashna@live.com> * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/keymap.md Co-Authored-By: drashna <drashna@live.com> * Fix up Common functions doc * Make pre-init example accurate * Update docs/custom_quantum_functions.md Co-Authored-By: drashna <drashna@live.com> * Zadig Driver catchall * Spelling Depriciated * Completely remove fn_actions section
2019-02-22Replace instances of KEYMAP with LAYOUTnoroadsleft1-3/+3
Many instances in the QMK Docs referenced KEYMAP macros, which is outdated terminology. Replaced most instances of KEYMAP with LAYOUT, to reflect the desired usage.
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre1-0/+2
* Add delay in Tap Code to avoid issues I think a few people have reporting issues with it working properly, and it may be a timing issue. The 'register_code' uses this sort of delay in some of the functions, and this is probably why. Adding the 100ms delay should hopefully fix any issues with it. * Make tap_code delay configurable * Update documentation * Bring tap_code16 inline with changes * Fix type for tap_code16 Bad copy-paste job * Just use the value check for the define * Clarify timing in docs Co-Authored-By: drashna <drashna@live.com> * Wordsmithing Co-Authored-By: drashna <drashna@live.com>
2018-12-11Fix macro docs to be consistent with keyboard template (#4600)Drashna Jaelre1-70/+88
2018-10-02Add tap_code function (#3784)Drashna Jaelre1-0/+4
* Add tap_code * formatting * Doc clarification * Rename variable to make more consistent
2018-05-08Fix up info boxes.skullY1-6/+2
2018-03-09Add SS_RALT for AltGR usage in macrosDrashna Jael're1-0/+1
2018-03-01Update feature_macros.md (#2387)Mitchell van Manen1-3/+3
break statements are never reached due to the return statement, so unnecessary
2017-12-09Trim trailing whitespacefauxpark1-2/+2
2017-12-09Fix some of the more obvious typosfauxpark1-2/+2
2017-12-09Convert all headings to Title Casefauxpark1-10/+8
2017-11-20added SS_LSFT to featured macrosGilbert Consellado1-0/+1
2017-11-16add example keymapBalz Guenat1-4/+15
2017-11-16extend macro docs a bitBalz Guenat1-10/+44
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-0/+220
* fix #1313 by documenting more config.h options * Clean up and organize documentation