]> 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 23:07:36 +0000 (01:07 +0200)
commit8d6bbf2757d7dc085b0765feda8d67b48c6c8f8b
tree55bc928fa61ed28b1104f4e08ddcd1fc895ab22c
parentdb35212422f228cd9ddf68b61f47380fe1842e83
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 by layer switching
  - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
tmk_core/common/action.c