Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue #221: LGUI(KC_LSFT) does not work | Didier Loiseau | 2016-04-06 | 1 | -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-specific | Damien Pollet | 2016-03-28 | 1 | -2/+2 |
| | |||||
* | Add per-event user hook function to QMK | Damien Pollet | 2016-03-28 | 1 | -0/+5 |
| | |||||
* | Fix #156: clear weak mods on every key press | Didier Loiseau | 2016-03-08 | 1 | -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 keys | Erez Zukerman | 2015-10-28 | 1 | -3/+6 |
| | |||||
* | Remove unneeded tap delays #201 | Jun Wako | 2015-04-23 | 1 | -1/+6 |
| | |||||
* | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | 2015-04-10 | 1 | -0/+565 |