aboutsummaryrefslogtreecommitdiffstats
path: root/tests/repeat_key
Commit message (Collapse)AuthorAgeFilesLines
* Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)Pascal Getreuer2025-04-192-0/+34
|
* [Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2025-03-211-1/+1
| | | | | | | | | | | | | | | * 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>
* [Bug] Fix issue with Repeat Key-Combo test (#21005)Drashna Jaelre2023-05-203-7/+9
|
* [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer2023-05-209-0/+1454
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>