aboutsummaryrefslogtreecommitdiffstats
path: root/tests/combo
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25820)QMK Bot2025-11-231-2/+2
|
* Fix single key combos activating only once (#25198)Julian Schuler2025-11-232-2/+19
| | | | Co-authored-by: Julian Schuler <julianschuler@users.noreply.github.com>
* [Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2025-03-212-2/+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>
* Add combo key repress feature (#22858)Filios922024-09-064-0/+217
| | | | Co-authored-by: jack <jack@pngu.org>
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-153-15/+19
|
* Fix Mod-Tap combo regression (#20669)Pete Sevander2023-05-103-0/+84
* Add keyevent for combo keyrecord * Fix formatting * Update quantum/process_keycode/process_combo.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Add combo unit-tests and hot-fix process_record_tap_hint ...as this function tries to lookup the combo keys passed in. This will be refactored in a later pr. --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>