You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/tests/test_common
fredizzimo 9e8767917d
Fix pressing two keys with the same keycode but different modifiers (#2710)
* 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>
5 years ago
..
keyboard_report_util.cpp clang-format changes 6 years ago
keyboard_report_util.hpp Configure vscode file associations, use hpp instead of h 8 years ago
matrix.c clang-format changes 6 years ago
test_common.hpp add tests for action_layer.c and reset layer state after tests 7 years ago
test_driver.cpp clang-format changes 6 years ago
test_driver.hpp Configure vscode file associations, use hpp instead of h 8 years ago
test_fixture.cpp Fix pressing two keys with the same keycode but different modifiers (#2710) 5 years ago
test_fixture.hpp Fix unreferenced errors with mingw compiler and unit tests 8 years ago
test_matrix.h Add a test fixture 8 years ago