summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_combo.c
Commit message (Expand)AuthorAge
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-13
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-09
* Format code according to conventions (#16322)QMK Bot2022-02-12
* Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander2022-01-28
* New combo configuration options (#15083)Pete Sevander2022-01-09
* Manually format develop (#15003)Joel Challis2021-11-01
* Fix `combo_disable` (#13988)Pete Sevander2021-08-14
* Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-06
* matrix_scan_x -> x_task (#13748)Joel Challis2021-07-28
* format code according to conventions [skip ci]QMK Bot2020-08-29
* Bigger combo index (#9318)Pete Sevander2020-08-29
* Run clang-format manually to fix recently changed files (#8552)Joel Challis2020-03-25
* Variable combo (#8120)Jeremy Bernhardt2020-03-23
* clang-format changesskullY2019-08-30
* Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre2019-07-16
* fix combo enabling logic (#5610)Bob2019-04-14
* Switch process_combo to using global register and timer (#2561)Bob2019-04-08
* Fix process_combo which assign -1 to uint16_tShihpin Tseng2018-08-20
* Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski2018-03-16
* Fix process_combo.c compile warningShihpin Tseng2017-10-29
* Clarify the quantum license (#1042)skullydazed2017-03-28
* Refactored as well as added support for action keys in combosOfer Plesser2016-12-16
* Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser2016-12-10
* Implemented basic key combination featureOfer Plesser2016-12-10