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