aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/keycode_util.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2025-03-211-6/+0
| | | | | | | | | | | | | | | * tests: use keycode_string feature With a proper keycode to string implementation in qmk there is no need to use the unit tests only implementation anymore. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * tests: remove keycode_util feature This feature is no longer used as we switched the tests to the keycode string implementation. Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-151-0/+1
|
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-141-0/+5
messages (#17028)