Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format code according to conventions [skip ci] | QMK Bot | 2020-03-13 | 1 | -1/+0 |
| | |||||
* | Fix pressing two keys with the same keycode but different modifiers (#2710) | fredizzimo | 2020-03-13 | 1 | -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 changes | skullY | 2019-08-30 | 1 | -12/+14 |
| | |||||
* | Remove empty action_function() | fauxpark | 2019-01-11 | 1 | -3/+0 |
| | |||||
* | Fix unreferenced errors with mingw compiler and unit tests | Fred Sundvik | 2017-07-11 | 1 | -1/+4 |
| | |||||
* | Fix keymap formatting | Fred Sundvik | 2017-07-08 | 1 | -10/+10 |
| | |||||
* | Add tests for macros | Fred Sundvik | 2017-07-08 | 1 | -1/+12 |
| | |||||
* | Add basic timing support, and SFT_T tests | Fred Sundvik | 2017-07-08 | 1 | -5/+5 |
| | | | | Also expose some bugs... | ||||
* | Add test for a combo key | Fred Sundvik | 2017-07-08 | 1 | -5/+8 |
| | |||||
* | Add simple modifier test | Fred Sundvik | 2017-07-08 | 1 | -4/+5 |
| | |||||
* | A bigger test matrix, and test for unmapped keys | Fred Sundvik | 2017-07-08 | 1 | -2/+6 |
| | |||||
* | Move test keymap to keymap.c | Fred Sundvik | 2017-07-08 | 1 | -0/+24 |