qmk-firmware/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>
2020-03-13 14:09:38 -04:00
..
keyboard_report_util.cpp clang-format changes 2019-08-30 15:01:52 -07:00
keyboard_report_util.hpp
matrix.c clang-format changes 2019-08-30 15:01:52 -07:00
test_common.hpp
test_driver.cpp clang-format changes 2019-08-30 15:01:52 -07:00
test_driver.hpp
test_fixture.cpp Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
test_fixture.hpp
test_matrix.h