aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/test_keypress.cpp
Commit message (Collapse)AuthorAgeFilesLines
* format code according to conventions [skip ci]QMK Bot2020-03-131-104/+104
|
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-131-1/+117
| | | | | | | | | | | | | | | | | | * 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>
* clang-format changesskullY2019-08-301-3/+3
|
* Reference issue #524 from the unit testsFred Sundvik2017-07-081-0/+3
|
* Reference issue #1476 from the unit testsFred Sundvik2017-07-081-0/+4
|
* Configure vscode file associations, use hpp instead of hFred Sundvik2017-07-081-1/+1
|
* Rename tests to start with test_Fred Sundvik2017-07-081-0/+117