summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_util.h
AgeCommit message (Collapse)AuthorFilesLines
2017-06-18Move functions for adding keys from to reports to report.hFred Sundvik1-3/+11
2017-06-18Move functionality from action_util to reportFred Sundvik1-2/+0
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
2016-05-06Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves1-0/+20
This commit is mostly a cherry-pick from `ahtn` at https://github.com/tmk/tmk_keyboard/pull/255. These are the changes: * Adds ACTION_LAYER_ONESHOT * Adds ONESHOT_TAP_TOGGLE * Mentions sticky keys in the docs on oneshot.
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau1-0/+7
- new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+66