]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix issue #221: LGUI(KC_LSFT) does not work
authorDidier Loiseau <didierloiseau+git@gmail.com>
Tue, 5 Apr 2016 22:19:12 +0000 (00:19 +0200)
committerDidier Loiseau <didierloiseau+git@gmail.com>
Tue, 5 Apr 2016 22:30:50 +0000 (00:30 +0200)
commit08871e56f78c08340bb229300c457c852105d155
tree49a2f34cd63d06c0f7af4add7247284ca311a6ee
parent931b0a79fc071498c229b0051be0ebadd934a549
Fix issue #221: LGUI(KC_LSFT) does not work

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)
tmk_core/common/action.c