aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.h
Commit message (Collapse)AuthorAgeFilesLines
* splits process_action up to handle records separately (#329)Jack Humbert2016-05-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * merging?
* Leader key implementation (#326)Erez Zukerman2016-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Wojciech Siewierski2016-04-031-0/+3
|\ | | | | | | modifier-release-fix
| * Rename function to be keyboard-specificDamien Pollet2016-03-281-2/+2
| |
| * Add per-event user hook function to QMKDamien Pollet2016-03-281-0/+3
| |
* | Update action.hEric-L-T2016-04-011-1/+0
| |
* | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-271-1/+1
| |
* | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-151-0/+1
| |
* | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-151-1/+1
| |
* | process_action may be called either with key cache or without itWojciech Siewierski2016-03-131-0/+4
|/ | | | | | | If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call.
* Revert "Make action_for_key a weak symbol"tmk2015-05-211-1/+0
| | | | | | This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear.
* Make action_for_key a weak symbolDan McGregor2015-05-191-0/+1
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+82