aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* format code according to conventions [skip ci]QMK Bot2020-03-131-1/+0
|
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-131-1/+2
| | | | | | | | | | | | | | | | | | * 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-12/+14
|
* Remove empty action_function()fauxpark2019-01-111-3/+0
|
* Fix unreferenced errors with mingw compiler and unit testsFred Sundvik2017-07-111-1/+4
|
* Fix keymap formattingFred Sundvik2017-07-081-10/+10
|
* Add tests for macrosFred Sundvik2017-07-081-1/+12
|
* Add basic timing support, and SFT_T testsFred Sundvik2017-07-081-5/+5
| | | | Also expose some bugs...
* Add test for a combo keyFred Sundvik2017-07-081-5/+8
|
* Add simple modifier testFred Sundvik2017-07-081-4/+5
|
* A bigger test matrix, and test for unmapped keysFred Sundvik2017-07-081-2/+6
|
* Move test keymap to keymap.cFred Sundvik2017-07-081-0/+24