summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_macro.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-29stops forcing debug_actionJack Humbert1-4/+4
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody1-4/+4
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau1-2/+2
- 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-12Fix weak modifier clear in action macrotmk1-0/+2
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+83