qmk/qmk_firmware

[Bug] keycode from LT/MT still registers in Music

Open

#10 920 ouverte le 11 nov. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C (43 867 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (20 368 stars)
Métriques de merge PR
 (Merge moyen 20j 9h) (27 PRs mergées en 30 j)

Description

Describe the Bug

When activating the music mode, the mask is unable to stop the keycode from being output. Normally, it does this by returning false in process_music, but this doesn't stop the LT or MT keycodes from being emitted, as it happens in tmk_core/common/action.c rather than in quantum.

System Information

  • Keyboard: Moonlander, Planck EZ, but really any with audio
  • Operating system: Win, Mac
  • AVR GCC version: 8.x
  • ARM GCC version: 8.x
  • QMK Firmware version: latest

Guide contributeur