Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix process_combo which assign -1 to uint16_t | Shihpin Tseng | 2018-08-20 | 1 | -9/+9 |
| | |||||
* | Fixed various keymaps and the allocation of "key_combos" (#2526) | Brian Choromanski | 2018-03-16 | 1 | -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 warning | Shihpin Tseng | 2017-10-29 | 1 | -1/+5 |
| | |||||
* | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 1 | -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 combos | Ofer Plesser | 2016-12-16 | 1 | -53/+70 |
| | |||||
* | Added support for timing out combos if a key as been pressed for longer than ↵ | Ofer Plesser | 2016-12-10 | 1 | -28/+79 |
| | | | | COMBO_TERM | ||||
* | Implemented basic key combination feature | Ofer Plesser | 2016-12-10 | 1 | -0/+66 |