<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sonix-qmk/tests/basic/test_keypress.cpp, branch sn32_master_stable</title>
<subtitle>Firmware for keychron C1 keyboard</subtitle>
<id>http://git.node5.net/firmware/sonix-qmk/atom/tests/basic/test_keypress.cpp?h=sn32_master_stable</id>
<link rel='self' href='http://git.node5.net/firmware/sonix-qmk/atom/tests/basic/test_keypress.cpp?h=sn32_master_stable'/>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/'/>
<updated>2021-11-23T02:31:01Z</updated>
<entry>
<title> [Tests] Increase QMK test coverage take 2 (#15269)</title>
<updated>2021-11-23T02:31:01Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-11-23T02:31:01Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=a24bdccee0580d1263733bc7e66e4e4f97713f19'/>
<id>urn:sha1:a24bdccee0580d1263733bc7e66e4e4f97713f19</id>
<content type='text'>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Revert "[Tests] Increase QMK test coverage (#13789)"</title>
<updated>2021-11-22T22:54:04Z</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2021-11-22T22:54:04Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=7746aefe94cc4cd492bfafdef73d95d073f0603b'/>
<id>urn:sha1:7746aefe94cc4cd492bfafdef73d95d073f0603b</id>
<content type='text'>
This reverts commit b6054c0206609f3755f71d819643644d250288b0.
</content>
</entry>
<entry>
<title>[Tests] Increase QMK test coverage (#13789)</title>
<updated>2021-11-22T21:15:04Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-11-22T21:15:04Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=b6054c0206609f3755f71d819643644d250288b0'/>
<id>urn:sha1:b6054c0206609f3755f71d819643644d250288b0</id>
<content type='text'>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

* `qmk format-c

* Fix tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Basic keycode overhaul (#14726)</title>
<updated>2021-11-04T05:22:17Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2021-11-04T05:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=f529580860cf5a1de4afc10432f218a45daae17a'/>
<id>urn:sha1:f529580860cf5a1de4afc10432f218a45daae17a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-03-13T18:44:56Z</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-03-13T18:44:56Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=5e98eaaaff8fde1ce25b9bad6c00a982718cb467'/>
<id>urn:sha1:5e98eaaaff8fde1ce25b9bad6c00a982718cb467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pressing two keys with the same keycode but different modifiers (#2710)</title>
<updated>2020-03-13T18:09:38Z</updated>
<author>
<name>fredizzimo</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2020-03-13T18:09:38Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=9e8767917d628afd3dc43759d1d50151c61944a1'/>
<id>urn:sha1:9e8767917d628afd3dc43759d1d50151c61944a1</id>
<content type='text'>
* Fix extra keyboard report during test_fixture teardown

* Add tests for pressing two keys with only different modifers

* Fix #1708

When two keys that use the same keycode, but different modifiers were
pressed at the same time, the second keypress wasn't registered. This is
fixed by forcing a key release when we detect a new press for the same
keycode.

* Fix the NKRO version of is_key_pressed

* Fix uninitalized loop variable

Co-authored-by: Jack Humbert &lt;jack.humb@gmail.com&gt;</content>
</entry>
<entry>
<title>clang-format changes</title>
<updated>2019-08-30T22:01:52Z</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2019-08-30T18:19:03Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>urn:sha1:b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reference issue #524 from the unit tests</title>
<updated>2017-07-09T01:59:51Z</updated>
<author>
<name>Fred Sundvik</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2017-07-08T16:26:47Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=41efcd6d73ca08774e680daa39c42b0437133387'/>
<id>urn:sha1:41efcd6d73ca08774e680daa39c42b0437133387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reference issue #1476 from the unit tests</title>
<updated>2017-07-09T01:59:51Z</updated>
<author>
<name>Fred Sundvik</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2017-07-08T16:23:39Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=60b1880a6248b8d94da0d8d0db638af130557416'/>
<id>urn:sha1:60b1880a6248b8d94da0d8d0db638af130557416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Configure vscode file associations, use hpp instead of h</title>
<updated>2017-07-09T01:59:51Z</updated>
<author>
<name>Fred Sundvik</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2017-07-02T18:46:35Z</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/sonix-qmk/commit/?id=67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c'/>
<id>urn:sha1:67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c</id>
<content type='text'>
</content>
</entry>
</feed>
