aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_combo.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | * 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
* Fix process_combo.c compile warningShihpin Tseng2017-10-291-1/+5
|
* Clarify the quantum license (#1042)skullydazed2017-03-281-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
* 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
| | | | COMBO_TERM
* Implemented basic key combination featureOfer Plesser2016-12-101-0/+66