index
:
qmk_firmware
taamas
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_combo.c
Age
Commit message (
Expand
)
Author
2020-08-29
format code according to conventions [skip ci]
QMK Bot
2020-08-29
Bigger combo index (#9318)
Pete Sevander
2020-03-25
Run clang-format manually to fix recently changed files (#8552)
Joel Challis
2020-03-23
Variable combo (#8120)
Jeremy Bernhardt
2019-08-30
clang-format changes
skullY
2019-07-16
Allow Combo feature to be enabled/disabled live (#6318)
Drashna Jaelre
2019-04-14
fix combo enabling logic (#5610)
Bob
2019-04-08
Switch process_combo to using global register and timer (#2561)
Bob
2018-08-20
Fix process_combo which assign -1 to uint16_t
Shihpin Tseng
2018-03-16
Fixed various keymaps and the allocation of "key_combos" (#2526)
Brian Choromanski
2017-10-29
Fix process_combo.c compile warning
Shihpin Tseng
2017-03-28
Clarify the quantum license (#1042)
skullydazed
2016-12-16
Refactored as well as added support for action keys in combos
Ofer Plesser
2016-12-10
Added support for timing out combos if a key as been pressed for longer than ...
Ofer Plesser
2016-12-10
Implemented basic key combination feature
Ofer Plesser