summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-14fix combo enabling logic (#5610)Bob1-2/+2
2019-04-08Switch process_combo to using global register and timer (#2561)Bob1-108/+131
2018-08-19Fix process_combo which assign -1 to uint16_tShihpin Tseng1-9/+9
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski1-1/+1
2017-10-30Fix process_combo.c compile warningShihpin Tseng1-1/+5
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+16
2016-12-16Refactored as well as added support for action keys in combosOfer Plesser1-53/+70
2016-12-10Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser1-28/+79
2016-12-09Implemented basic key combination featureOfer Plesser1-0/+66