Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Missed a couple more `#pragma once`s (#11351) | Ryan | |
2020-12-28 | Ensure single newline at EOF for core files (#11310) | Ryan | |
2020-03-13 | Fix pressing two keys with the same keycode but different modifiers (#2710) | 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-30 | clang-format changes | skullY | |
2017-12-15 | add tests for action_layer.c and reset layer state after tests | Colin T.A. Gray | |
2017-07-11 | Fix unreferenced errors with mingw compiler and unit tests | Fred Sundvik | |
2017-07-08 | Configure vscode file associations, use hpp instead of h | Fred Sundvik | |
2017-07-08 | Add basic timing support, and SFT_T tests | Fred Sundvik | |
Also expose some bugs... | |||
2017-07-08 | Add simple modifier test | Fred Sundvik | |
2017-06-19 | Add a couple of todos to keyboard_report_util.cpp | Fred Sundvik | |
Also print the modifier state | |||
2017-06-19 | More natural interface for setting keyboard leds | Fred Sundvik | |
2017-06-18 | Add a test fixture | Fred Sundvik | |
It only initializes QMK once, and clears the matrix after each test. | |||
2017-06-18 | Test two keys pressed at once | Fred Sundvik | |
2017-06-18 | Actually test for correct key presses | Fred Sundvik | |
2017-06-18 | Add a couple of basic tests and implement driver mock | Fred Sundvik | |
2017-06-18 | Dummy test matrix implementation | Fred Sundvik | |