<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/quantum/process_keycode/process_dynamic_macro.c, branch master</title>
<subtitle>Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
</subtitle>
<id>http://git.node5.net/firmware/qmk/atom?h=master</id>
<link rel='self' href='http://git.node5.net/firmware/qmk/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/'/>
<updated>2023-08-02T05:49:58+00:00</updated>
<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>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2023-08-02T05:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-07-11T07:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>97994360+ariane-emory@users.noreply.github.com</email>
</author>
<published>2023-06-02T21:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>joh@pseudoberries.com</email>
</author>
<published>2023-04-03T03:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-11-03T23:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>35003073+jasonkena@users.noreply.github.com</email>
</author>
<published>2022-10-03T07:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<email>freewing.jp@gmail.com</email>
</author>
<published>2022-07-02T11:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=9dc7b9d40cfa199875cdc9e2e05b15d3f463b415'/>
<id>urn:sha1:9dc7b9d40cfa199875cdc9e2e05b15d3f463b415</id>
<content type='text'>
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Format code according to conventions (#16322)</title>
<updated>2022-02-12T18:29:31+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-02-12T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=63646e8906e062d1c1de3925cba70c4e3426a855'/>
<id>urn:sha1:63646e8906e062d1c1de3925cba70c4e3426a855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)</title>
<updated>2022-02-06T16:55:16+00:00</updated>
<author>
<name>Desprez Jean-Marc</name>
<email>jm.desprez@gmail.com</email>
</author>
<published>2022-02-06T16:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=5a0e129f1160ee439f6be4504fb935204ae86436'/>
<id>urn:sha1:5a0e129f1160ee439f6be4504fb935204ae86436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-07-07T21:43:51+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-07-07T21:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=9ae15e8c79375f2ca2f315d8b24e8c51a6855039'/>
<id>urn:sha1:9ae15e8c79375f2ca2f315d8b24e8c51a6855039</id>
<content type='text'>
</content>
</entry>
</feed>
