quaxalber / bluetooth_2_usb

Convert a Raspberry Pi into a HID relay that translates Bluetooth keyboard and mouse input to USB. Minimal configuration. Zero hassle.
MIT License
21 stars 5 forks source link

v0.8.0: Status LEDs on the Bluetooth keyboard are not synchronized #111

Open ig-sinicyn opened 5 months ago

ig-sinicyn commented 5 months ago

Hi!

The latest version (v0.8.0) has much lower latency but there is a small issue: the NumLock / CapsLock keys are sent to the target PC but status leds on the keyboard are not updated. Checked with win and linux clients using Keychron K5 SE and iClever keyboards.

quaxalber commented 5 months ago

Hey @ig-sinicyn I've taken some time off :) I just tested this and I couldn't reproduce this with my Cherry Keyboard, both Windows and Linux. Will try some more. @cylonid, you seem to have the same issue?

quaxalber commented 5 months ago

I was able to reproduce the issue with a Logi MX Keys Mini. As of now, not sure what might be the cause. Requires investigation.

@ig-sinicyn Did the LEDs work on older versions?

cylonid commented 5 months ago

@quaxalber I do have the same issue on a Microsoft Surface keyboard, yes. Perhaps it is an issue with one of the included libs?

Regarding older versions: I know that the LEDs used to work in principle. So they were not dead like they are in the current version. However, I remember that at some point the lights were inverted. So the Numlock light was on when Numlock was actually off and vice versa. I cannot say if it was always the case or if that bug only occurred after playing around with Numlock, going into standby, wake up again etc., because the LED thing is not really an issue for me.

Langohr23 commented 2 months ago

I have the same Problem - did you find an solution?