summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
Commit message (Expand)AuthorAgeFilesLines
* Manually format develop (#15003)Joel Challis2021-11-011-89/+95
* Fix `combo_disable` (#13988)Pete Sevander2021-08-141-8/+10
* Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-061-99/+449
* matrix_scan_x -> x_task (#13748)Joel Challis2021-07-281-1/+1
* format code according to conventions [skip ci]QMK Bot2020-08-291-2/+2
* Bigger combo index (#9318)Pete Sevander2020-08-291-3/+3
* Run clang-format manually to fix recently changed files (#8552)Joel Challis2020-03-251-3/+3
* Variable combo (#8120)Jeremy Bernhardt2020-03-231-4/+10
* clang-format changesskullY2019-08-301-135/+124
* Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre2019-07-161-1/+42
* fix combo enabling logic (#5610)Bob2019-04-141-2/+2
* Switch process_combo to using global register and timer (#2561)Bob2019-04-081-108/+131
* Fix process_combo which assign -1 to uint16_tShihpin Tseng2018-08-201-9/+9
* Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski2018-03-161-1/+1
* Fix process_combo.c compile warningShihpin Tseng2017-10-291-1/+5
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+16
* Refactored as well as added support for action keys in combosOfer Plesser2016-12-161-53/+70
* Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser2016-12-101-28/+79
* Implemented basic key combination featureOfer Plesser2016-12-101-0/+66