aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
Commit message (Expand)AuthorAgeFilesLines
* 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