OpenAnnePro / qmk_firmware

This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
https://qmk.fm
GNU General Public License v2.0
196 stars 64 forks source link

[Bug] Media control keys don't work in bluetooth mode #23

Closed jmarmstrong1207 closed 3 years ago

jmarmstrong1207 commented 3 years ago

The media keys work on wired mode but not on Bluetooth. Oddly enough, when switching back to wired mode, it still doesn't work. I need to plug out the cable to remove the power for it to work again.

System Information

Codetector1374 commented 3 years ago

This is a "won't fix" since we are currently simply delivering the HID code to the bluetooth controller. Unless we can see how is the stock firmware is doing it, or is it supported at all? we can't really fix this

Codetector1374 commented 3 years ago

If this works on stock firmware, and someone can do a UART capture of the communication between main MCU and BLE then we can implement this.

thomazmoura commented 3 years ago

I'm pretty sure it's supported because it works on native firmware and quite well, actually (I believe it's the only part that's currently better on the native firmware rather than the QMK version). But yeah, it might be useful to keep it as "help wanted" until someone who can help with this kind of capture comes along.

Codetector1374 commented 3 years ago

yeah if someone can do the capture it’s not hard to implement it On Jan 25, 2021, 8:34 PM -0500, Thomaz Moura notifications@github.com, wrote:

I'm pretty sure it's supported because it works on native firmware and quite well, actually (I believe it's the only part that's currently better on the native firmware rather than the QMK version). But yeah, it might be useful to keep it as "help wanted" until someone who can help with this kind of capture comes along. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.