summaryrefslogtreecommitdiffstats
path: root/tests/tap_hold_configurations/hold_on_other_key_press
Commit message (Collapse)AuthorAgeFilesLines
* Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann2022-12-181-47/+47
| | | | | Which is just a syntactic sugar for testing::Mock::VerifyAndClearExpectations to reduce the visual clutter in unit-tests.
* Format code according to conventions (#18818)QMK Bot2022-10-231-13/+13
|
* Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)precondition2022-10-223-0/+461
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files * Add unit tests for HOLD_ON_OTHER_KEY_PRESS