summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau2016-04-061-2/+12
| | | | | | | on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
* Rename function to be keyboard-specificDamien Pollet2016-03-281-2/+2
|
* Add per-event user hook function to QMKDamien Pollet2016-03-281-0/+5
|
* Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-081-0/+5
| | | | | | - 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
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-281-3/+6
|
* Remove unneeded tap delays #201Jun Wako2015-04-231-1/+6
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+565