summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski1-1/+1
* Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
2017-10-30Fix process_combo.c compile warningShihpin Tseng1-1/+5
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+16
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
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
COMBO_TERM
2016-12-09Implemented basic key combination featureOfer Plesser1-0/+66