summaryrefslogtreecommitdiff
path: root/tmk_core/common/action.c
Commit message (Expand)AuthorAge
* Re-enable mouse buttonsJack Humbert2017-05-29
* - Added integration of IBM Trackpointdbroqua2017-05-26
* Workaround for the macOS caps lock delay (#1308)jerryen2017-05-19
* Call led_set for layer action events to update LEDs on layer changesNephiel2017-05-10
* Fix warnings when ACTION_ONESHOT is disabledFred Sundvik2017-04-13
* Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-13
* moved oneshot cancellation code outside of process_record.SjB2017-01-29
* oneshot timeout would only timeout after an event.SjB2017-01-15
* Fix issue #772 Meh and Hyper not workingDidier Loiseau2016-09-23
* Improve one-hand support by adding more actions and tap keys.Joe Wasson2016-08-20
* Add one-hand support.Joe Wasson2016-08-20
* splits process_action up to handle records separately (#329)Jack Humbert2016-05-15
* Leader key implementation (#326)Erez Zukerman2016-05-15
* Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves2016-05-05
* stops forcing debug_actionJack Humbert2016-04-28
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-17
* Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman2016-04-06
|\
| * Refactor the source layer cache encodingWojciech Siewierski2016-04-05
| * Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski2016-04-03
| |\
| * | Cleanup after mergeWojciech Siewierski2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.celtang2016-04-02
| * | Update action.cEric-L-T2016-04-01
| * | Update action.cEric-L-T2016-04-01
| * | Update action.cEric-L-T2016-04-01
| * | Update action.cEric-L-T2016-04-01
| * | Update action.cEric-L-T2016-04-01
| * | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-27
| * | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-15
| * | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-15
| * | process_action may be called either with key cache or without itWojciech Siewierski2016-03-13
| * | Document the issue of stuck modifiersWojciech Siewierski2016-03-08
| * | Fix the layer-dependent modifiers handlingWojciech Siewierski2016-03-05
* | | Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau2016-04-06
| |/ |/|
* | Rename function to be keyboard-specificDamien Pollet2016-03-28
* | Add per-event user hook function to QMKDamien Pollet2016-03-28
* | Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-08
|/
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-28
* Remove unneeded tap delays #201Jun Wako2015-04-23
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10