<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/quantum/action.h, 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-05-20T12:35:06+00:00</updated>
<entry>
<title>[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)</title>
<updated>2023-05-20T12:35:06+00:00</updated>
<author>
<name>Pascal Getreuer</name>
<email>50221757+getreuer@users.noreply.github.com</email>
</author>
<published>2023-05-20T12:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=3993b15f054265071730cdb450f43457dcf4c64a'/>
<id>urn:sha1:3993b15f054265071730cdb450f43457dcf4c64a</id>
<content type='text'>
Co-authored-by: casuanoob &lt;96005765+casuanoob@users.noreply.github.com&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add swap hands toggle functions (#20381)</title>
<updated>2023-04-09T16:37:31+00:00</updated>
<author>
<name>Albert Y</name>
<email>76888457+filterpaper@users.noreply.github.com</email>
</author>
<published>2023-04-09T16:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=f5b74918837bacc5aaa98641428309380d591707'/>
<id>urn:sha1:f5b74918837bacc5aaa98641428309380d591707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add swap hands status function (#19831)</title>
<updated>2023-02-14T20:44:18+00:00</updated>
<author>
<name>Albert Y</name>
<email>76888457+filterpaper@users.noreply.github.com</email>
</author>
<published>2023-02-14T20:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=9908ed7ecd1bc0c45f0322b959811bd8fd641961'/>
<id>urn:sha1:9908ed7ecd1bc0c45f0322b959811bd8fd641961</id>
<content type='text'>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
</content>
</entry>
<entry>
<title>[Core] guard action related debug messages (#19348)</title>
<updated>2022-12-15T22:38:25+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-12-15T22:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=dedc54a328ab900f47da8478bd9c6b7d14891e15'/>
<id>urn:sha1:dedc54a328ab900f47da8478bd9c6b7d14891e15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)</title>
<updated>2022-08-15T14:40:51+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-08-15T14:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=8ce946b5c8e7026b5d7337becf4719e2795af9bb'/>
<id>urn:sha1:8ce946b5c8e7026b5d7337becf4719e2795af9bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format code according to conventions (#16421)</title>
<updated>2022-02-21T16:29:54+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-02-21T16:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=25ba9b41c119fde21b5c996a90a0b28b3e32d271'/>
<id>urn:sha1:25ba9b41c119fde21b5c996a90a0b28b3e32d271</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up issue with PROGMEM and hand_swap_config (#16027)</title>
<updated>2022-01-24T22:20:08+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2022-01-24T22:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=5249a606f11049603b982bacb26da1fd9a60adee'/>
<id>urn:sha1:5249a606f11049603b982bacb26da1fd9a60adee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rip out old macro and action_function system (#16025)</title>
<updated>2022-01-24T21:22:20+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-01-24T21:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=1d11ae3087f583c4f4756169802b33adea71ed94'/>
<id>urn:sha1:1d11ae3087f583c4f4756169802b33adea71ed94</id>
<content type='text'>
* Rip out old macro and action_function system

* Update quantum/action_util.c

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Manually format develop (#15003)</title>
<updated>2021-11-01T19:18:33+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-11-01T19:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=92385e30cdad61ddfc0461b1ce1340bcb494a68a'/>
<id>urn:sha1:92385e30cdad61ddfc0461b1ce1340bcb494a68a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412)</title>
<updated>2021-09-12T23:48:11+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2021-09-12T23:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=ab34ecb66993f0cb7fc2a6aa960d0d0c4bafb773'/>
<id>urn:sha1:ab34ecb66993f0cb7fc2a6aa960d0d0c4bafb773</id>
<content type='text'>
* Add  support to tap dances

* Move default tap code defines to header file</content>
</entry>
</feed>
