qmk-firmware/quantum/process_keycode
Drashna Jaelre 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948)
* 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
2019-11-04 22:59:13 -08:00
..
process_audio.c clang-format changes 2019-08-30 15:01:52 -07:00
process_audio.h Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_auto_shift.c Smallish overhaul of Auto-Shift feature (#6067) 2019-11-03 09:52:01 -08:00
process_auto_shift.h Smallish overhaul of Auto-Shift feature (#6067) 2019-11-03 09:52:01 -08:00
process_clicky.c clang-format changes 2019-08-30 15:01:52 -07:00
process_clicky.h Add On/Off keycodes 2018-09-25 13:28:36 -07:00
process_combo.c clang-format changes 2019-08-30 15:01:52 -07:00
process_combo.h clang-format changes 2019-08-30 15:01:52 -07:00
process_dynamic_macro.c [Core] Convert Dynamic Macro to a Core Feature (#5948) 2019-11-04 22:59:13 -08:00
process_dynamic_macro.h [Core] Convert Dynamic Macro to a Core Feature (#5948) 2019-11-04 22:59:13 -08:00
process_key_lock.c clang-format changes 2019-08-30 15:01:52 -07:00
process_key_lock.h clang-format changes 2019-08-30 15:01:52 -07:00
process_leader.c clang-format changes 2019-08-30 15:01:52 -07:00
process_leader.h clang-format changes 2019-08-30 15:01:52 -07:00
process_midi.c clang-format changes 2019-08-30 15:01:52 -07:00
process_midi.h clang-format changes 2019-08-30 15:01:52 -07:00
process_music.c clang-format changes 2019-08-30 15:01:52 -07:00
process_music.h clang-format changes 2019-08-30 15:01:52 -07:00
process_printer.c clang-format changes 2019-08-30 15:01:52 -07:00
process_printer.h Fix warnings in process_printer 2017-04-13 16:00:29 +03:00
process_printer_bb.c clang-format changes 2019-08-30 15:01:52 -07:00
process_space_cadet.c clang-format changes 2019-08-30 15:01:52 -07:00
process_space_cadet.h Space Cadet: Reducing unnecessary reported keypresses (#5781) 2019-05-05 16:27:02 -07:00
process_steno.c clang-format changes 2019-08-30 15:01:52 -07:00
process_steno.h clang-format changes 2019-08-30 15:01:52 -07:00
process_tap_dance.c Generalize Tap Dance Layer functions (#6629) 2019-09-21 11:22:27 -07:00
process_tap_dance.h Fix Tap Dance name for consistency and to match docs (#7136) 2019-10-24 20:08:29 +01:00
process_terminal.c clang-format changes 2019-08-30 15:01:52 -07:00
process_terminal.h clang-format changes 2019-08-30 15:01:52 -07:00
process_terminal_nop.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
process_ucis.c clang-format changes 2019-08-30 15:01:52 -07:00
process_ucis.h clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode.h New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803) 2019-05-03 09:33:00 -07:00
process_unicode_common.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode_common.h clang-format changes 2019-08-30 15:01:52 -07:00
process_unicodemap.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicodemap.h clang-format changes 2019-08-30 15:01:52 -07:00