summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_util.c
AgeCommit message (Collapse)Author
2017-04-09Empty implementation of has_onshot_mods_timed_outFred Sundvik
When the timeout is zero or not defined, the function now returns false. Fixes a linker error when the visualizer is enabled
2016-09-06Use keyboard config for nkro (#7)IBNobody
* removing nkro references - wip * changed NKRO to be defined by keymap_config
2016-05-05Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves
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 Loiseau
- 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-09-20core: Fix for disabling NKRO in Boot protocoltmk
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk