summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_combo.c
AgeCommit message (Expand)Author
2023-09-25Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper
2023-07-12process_combo: restore wait.h header (#21514)フィルターペーパー
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-10Fix Mod-Tap combo regression (#20669)Pete Sevander
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann
2023-03-27Remove use of keymap.h (#20004)Joel Challis
2023-02-13Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart
2022-10-27Normalise Combo keycodes (#18877)Ryan
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer
2022-03-09Add support for encoder mapping. (#13286)Nick Brassel
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-28Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander
2022-01-09New combo configuration options (#15083)Pete Sevander
2021-11-01Manually format develop (#15003)Joel Challis
2021-08-14Fix `combo_disable` (#13988)Pete Sevander
2021-08-06Process combos earlier & overlapping combos (#8591)Pete Sevander
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis
2020-08-29format code according to conventions [skip ci]QMK Bot
2020-08-29Bigger combo index (#9318)Pete Sevander
2020-03-25Run clang-format manually to fix recently changed files (#8552)Joel Challis
2020-03-23Variable combo (#8120)Jeremy Bernhardt
2019-08-30clang-format changesskullY
2019-07-16Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre
2019-04-14fix combo enabling logic (#5610)Bob
2019-04-08Switch process_combo to using global register and timer (#2561)Bob
2018-08-20Fix process_combo which assign -1 to uint16_tShihpin Tseng
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski
2017-10-29Fix process_combo.c compile warningShihpin Tseng
2017-03-28Clarify the quantum license (#1042)skullydazed
2016-12-16Refactored as well as added support for action keys in combosOfer Plesser
2016-12-10Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser
2016-12-10Implemented basic key combination featureOfer Plesser