aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_fixture.cpp
AgeCommit message (Collapse)Author
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)Gravatar fredizzimo
* 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 <jack.humb@gmail.com>
2019-08-30clang-format changesGravatar skullY
2017-12-15add tests for action_layer.c and reset layer state after testsGravatar Colin T.A. Gray
2017-07-11Fix unreferenced errors with mingw compiler and unit testsGravatar Fred Sundvik
2017-07-08Configure vscode file associations, use hpp instead of hGravatar Fred Sundvik
2017-07-08Add basic timing support, and SFT_T testsGravatar Fred Sundvik
Also expose some bugs...
2017-06-19More natural interface for setting keyboard ledsGravatar Fred Sundvik
2017-06-18Add a test fixtureGravatar Fred Sundvik
It only initializes QMK once, and clears the matrix after each test.