qmk/qmk_firmware

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

Open

#10,920 建立於 2020年11月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C (43,867 fork)batch import
bughelp wanted

倉庫指標

Star
 (20,368 star)
PR 合併指標
 (平均合併 20天 9小時) (30 天內合併 27 個 PR)

描述

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

貢獻者指南