<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/process_keycode/process_dynamic_macro.c, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2025-11-11T12:30:42+00:00</updated>
<entry>
<title>[Feature Improvement]add option to keep layer state when recording dynamic macros (#24418)</title>
<updated>2025-11-11T12:30:42+00:00</updated>
<author>
<name>Chaser Huang</name>
</author>
<published>2025-11-11T12:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1ddcf57382f94548aba23871c57c7ce835f203b9'/>
<id>urn:sha1:1ddcf57382f94548aba23871c57c7ce835f203b9</id>
<content type='text'>
* feat: add option to keep layer state when recording dynamic macros

* Better option macro name and lint changes</content>
</entry>
<entry>
<title>Add dynamic macro keyboard callbacks (#24142)</title>
<updated>2024-08-18T00:35:10+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2024-08-18T00:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ab4c13e835060f6fb921a7d206e28f9525d34178'/>
<id>urn:sha1:ab4c13e835060f6fb921a7d206e28f9525d34178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix user hook call for dynamic_macro_record_key (#22250)</title>
<updated>2024-01-09T10:45:44+00:00</updated>
<author>
<name>Kai</name>
</author>
<published>2024-01-09T10:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=13f7b6824057e74e9e70781595378d594beeda55'/>
<id>urn:sha1:13f7b6824057e74e9e70781595378d594beeda55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)</title>
<updated>2023-08-02T05:49:58+00:00</updated>
<author>
<name>James Young</name>
</author>
<published>2023-08-02T05:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=eab315e935dced643c4cae9c9697ebe520627f36'/>
<id>urn:sha1:eab315e935dced643c4cae9c9697ebe520627f36</id>
<content type='text'>
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
</content>
</entry>
<entry>
<title>process_keycode: remove direct `quantum.h` includes (#21486)</title>
<updated>2023-07-11T07:07:24+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-07-11T07:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=eee0384167b965c60120e1222bc24c0b40cadac4'/>
<id>urn:sha1:eee0384167b965c60120e1222bc24c0b40cadac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Core] Move dynamic macro "stop recording" logic to a function (#21108)</title>
<updated>2023-06-02T21:46:04+00:00</updated>
<author>
<name>Ariane Emory</name>
</author>
<published>2023-06-02T21:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c754f644dcccc44e09a3e6f9986ad70ec2fc3b54'/>
<id>urn:sha1:c754f644dcccc44e09a3e6f9986ad70ec2fc3b54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add direction to dynamic_macro_record_start_user (#19689)</title>
<updated>2023-04-03T03:01:07+00:00</updated>
<author>
<name>Johannes H. Jensen</name>
</author>
<published>2023-04-03T03:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=68efea70b268aceb28c28abb26641fad8d6acefd'/>
<id>urn:sha1:68efea70b268aceb28c28abb26641fad8d6acefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise Dynamic Macro keycodes (#18939)</title>
<updated>2022-11-03T23:01:06+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-11-03T23:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fe18df9d4186c7f2c97a2bfccf3cc0e11615c728'/>
<id>urn:sha1:fe18df9d4186c7f2c97a2bfccf3cc0e11615c728</id>
<content type='text'>
* `DYN_REC_START1` -&gt; `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -&gt; `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -&gt; `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -&gt; `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -&gt; `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs</content>
</entry>
<entry>
<title>Prevent tap dance from wiping dynamic macros (#17880)</title>
<updated>2022-10-03T07:26:47+00:00</updated>
<author>
<name>Jason Ken Adhinarta</name>
</author>
<published>2022-10-03T07:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c0e6a28bc62f659b0564a203df670d81a89a3bb4'/>
<id>urn:sha1:c0e6a28bc62f659b0564a203df670d81a89a3bb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Wait time to sending each Keys for Dynamic Macros function (#16800)</title>
<updated>2022-07-02T11:48:26+00:00</updated>
<author>
<name>FREEWING.JP</name>
</author>
<published>2022-07-02T11:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9dc7b9d40cfa199875cdc9e2e05b15d3f463b415'/>
<id>urn:sha1:9dc7b9d40cfa199875cdc9e2e05b15d3f463b415</id>
<content type='text'>
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
</feed>
