aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/keycode_util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2025-03-211-130/+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>
* [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis2024-11-231-0/+2
| | | | | | | | | | | | * [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#21881) * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> --------- Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-141-0/+128
messages (#17028)