qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.97k stars 38.64k forks source link

[Bug] MO: Key release order makes a key stuck #9925

Open oldrich-s opened 4 years ago

oldrich-s commented 4 years ago

I have a main layer where I define MO(_FN). In the _FN layer, I define KC_AUDIO_VOL_UP.

When I

  1. press and hold FN key
  2. press and hold vol up key
  3. release FN key
  4. release vol up key

the volume continues to increase until it reaches the maximum volume.

Is it a bug?

Commit that shows my changes:

https://github.com/oldrich-s/qmk_firmware/commit/558551ba56597a2a9892e98f175bfffee0559d29

drashna commented 3 years ago

I think this should be fixed now.