qmk-dactyl-manuform-a/tests/basic
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
..
config.h Add basic timing support, and SFT_T tests 2017-07-08 21:59:51 -04:00
keymap.c Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
rules.mk Split common.mk into common.mk and common_features.mk 2017-06-18 21:22:22 +03:00
test_action_layer.cpp add tests for action_layer.c and reset layer state after tests 2017-12-15 13:23:30 -05:00
test_keypress.cpp Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
test_macro.cpp clang-format changes 2019-08-30 15:01:52 -07:00
test_tapping.cpp Reference issue #1478 from the unit tests 2017-07-08 21:59:51 -04:00