summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper2023-09-251-1/+1
* process_combo: restore wait.h header (#21514)フィルターペーパー2023-07-121-0/+1
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-3/+8
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-151-15/+8
* Fix Mod-Tap combo regression (#20669)Pete Sevander2023-05-101-0/+1
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-5/+5
* Remove use of keymap.h (#20004)Joel Challis2023-03-271-0/+1
* Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart2023-02-131-1/+13
* Normalise Combo keycodes (#18877)Ryan2022-10-271-3/+3
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-131-0/+9
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-9/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-12/+28
* Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander2022-01-281-0/+13
* New combo configuration options (#15083)Pete Sevander2022-01-091-1/+38
* 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