summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_combo.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot1-7/+7
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-7/+7
2025-11-23Fix single key combos activating only once (#25198)Julian Schuler1-0/+4
2024-10-12Update combo user function variable (#24467)フィルターペーパー1-3/+3
2024-09-05Add combo key repress feature (#22858)Filios921-12/+34
2023-09-25Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper1-1/+1
2023-07-12process_combo: restore wait.h header (#21514)フィルターペーパー1-0/+1
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-3/+8
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel1-15/+8
2023-05-10Fix Mod-Tap combo regression (#20669)Pete Sevander1-0/+1
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann1-5/+5
2023-03-27Remove use of keymap.h (#20004)Joel Challis1-0/+1
2023-02-13Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart1-1/+13
2022-10-27Normalise Combo keycodes (#18877)Ryan1-3/+3
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer1-0/+9
2022-03-09Add support for encoder mapping. (#13286)Nick Brassel1-9/+2
2022-02-12Format code according to conventions (#16322)QMK Bot1-12/+28
2022-01-28Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander1-0/+13
2022-01-09New combo configuration options (#15083)Pete Sevander1-1/+38
2021-11-01Manually format develop (#15003)Joel Challis1-89/+95
2021-08-14Fix `combo_disable` (#13988)Pete Sevander1-8/+10
2021-08-06Process combos earlier & overlapping combos (#8591)Pete Sevander1-99/+449
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis1-1/+1
2020-08-29format code according to conventions [skip ci]QMK Bot1-2/+2
2020-08-29Bigger combo index (#9318)Pete Sevander1-3/+3
2020-03-25Run clang-format manually to fix recently changed files (#8552)Joel Challis1-3/+3
2020-03-23Variable combo (#8120)Jeremy Bernhardt1-4/+10
2019-08-30clang-format changesskullY1-135/+124
2019-07-16Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre1-1/+42
2019-04-14fix combo enabling logic (#5610)Bob1-2/+2
2019-04-08Switch process_combo to using global register and timer (#2561)Bob1-108/+131
2018-08-20Fix process_combo which assign -1 to uint16_tShihpin Tseng1-9/+9
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski1-1/+1
2017-10-29Fix process_combo.c compile warningShihpin Tseng1-1/+5
2017-03-28Clarify the quantum license (#1042)skullydazed1-0/+16
2016-12-16Refactored as well as added support for action keys in combosOfer Plesser1-53/+70
2016-12-10Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser1-28/+79
2016-12-10Implemented basic key combination featureOfer Plesser1-0/+66