summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_util.c
AgeCommit message (Collapse)Author
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