<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/tests/tap_hold_configurations, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)</title>
<updated>2023-02-22T19:03:36+00:00</updated>
<author>
<name>precondition</name>
<email>57645186+precondition@users.noreply.github.com</email>
</author>
<published>2023-02-22T19:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=93f2ed3abf909d06334ee51ac687abd782cf68d5'/>
<id>93f2ed3abf909d06334ee51ac687abd782cf68d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow mod-tap hold action on one shot layer (#19214)</title>
<updated>2023-01-02T10:16:24+00:00</updated>
<author>
<name>David Kosorin</name>
<email>david@kosorin.net</email>
</author>
<published>2023-01-02T10:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=0f5500182ca00907045bcb1cd870616b5a3bee11'/>
<id>0f5500182ca00907045bcb1cd870616b5a3bee11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce VERIFY_AND_CLEAR shorthand (#19370)</title>
<updated>2022-12-18T20:55:14+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-12-18T20:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=c2b13bd77b71ea73db12a6cda64871565036a6dc'/>
<id>c2b13bd77b71ea73db12a6cda64871565036a6dc</id>
<content type='text'>
Which is just a syntactic sugar for
testing::Mock::VerifyAndClearExpectations to reduce the visual clutter
in unit-tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Which is just a syntactic sugar for
testing::Mock::VerifyAndClearExpectations to reduce the visual clutter
in unit-tests.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)</title>
<updated>2022-12-13T11:20:07+00:00</updated>
<author>
<name>precondition</name>
<email>57645186+precondition@users.noreply.github.com</email>
</author>
<published>2022-12-13T11:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=515dd18c2801663bbac0e59f683c2a93e4bd9b1a'/>
<id>515dd18c2801663bbac0e59f683c2a93e4bd9b1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format code according to conventions (#19305)</title>
<updated>2022-12-12T16:02:15+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-12-12T16:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=598735a2b8a7c69e3c3d9c05e856736d506a2ade'/>
<id>598735a2b8a7c69e3c3d9c05e856736d506a2ade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)</title>
<updated>2022-12-12T15:52:22+00:00</updated>
<author>
<name>Albert Y</name>
<email>76888457+filterpaper@users.noreply.github.com</email>
</author>
<published>2022-12-12T15:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=cbabc8dbe6a8476d3082e8bc649d330f87e7b904'/>
<id>cbabc8dbe6a8476d3082e8bc649d330f87e7b904</id>
<content type='text'>
* Replace Tapping Force Hold feature with Quick Tap Term

* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0

* Deprecate force hold in info_config.json

* Before and after quick tap term unit tests

* Quick tap unit tests iteration

* Keymap config.h correction

* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed

* Add two more test cases for quick tap

* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2

* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2

* Add function declaration for get_quick_tap_term

Co-authored-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace Tapping Force Hold feature with Quick Tap Term

* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0

* Deprecate force hold in info_config.json

* Before and after quick tap term unit tests

* Quick tap unit tests iteration

* Keymap config.h correction

* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed

* Add two more test cases for quick tap

* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2

* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2

* Add function declaration for get_quick_tap_term

Co-authored-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Format code according to conventions (#18818)</title>
<updated>2022-10-22T23:00:40+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-10-22T23:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=1a1a3651d3ca6dfd8a09dd3e79498afbd54fa350'/>
<id>1a1a3651d3ca6dfd8a09dd3e79498afbd54fa350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)</title>
<updated>2022-10-22T22:51:24+00:00</updated>
<author>
<name>precondition</name>
<email>57645186+precondition@users.noreply.github.com</email>
</author>
<published>2022-10-22T22:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=c012490712b0d09a73769b46bd31b0a5fd434372'/>
<id>c012490712b0d09a73769b46bd31b0a5fd434372</id>
<content type='text'>
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files

* Add unit tests for HOLD_ON_OTHER_KEY_PRESS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files

* Add unit tests for HOLD_ON_OTHER_KEY_PRESS</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes from unit tests (#18430)</title>
<updated>2022-09-20T06:52:43+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2022-09-20T06:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=456d6f33426946d632ed52a3278b5fcd0c398644'/>
<id>456d6f33426946d632ed52a3278b5fcd0c398644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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='https://git.vinkies.net/qmk_firmware.git/commit/?id=8ce946b5c8e7026b5d7337becf4719e2795af9bb'/>
<id>8ce946b5c8e7026b5d7337becf4719e2795af9bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
