-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] In K2 Pro, if RGB is off, the bluetooth connection resets every second in wireless mode #348
Comments
Related:
|
This is supposedly fixed with the 0.2.1 Bluetooth firmware version. |
I'm glad to see that they have found a solution. For the K Pro Series, the only workaround I can think of is creating a custom RGB layer with no LEDs activated |
I tried to find a solution by tinkering a little bit... I noticed there was a function that activated if backlight is off I tried making this function useless. As a result, the keyboard no longer resets, and works well with the backlight turned off. However, this function is vital for detecting whether the battery level is low and performing other necessary actions if needed. Is that correct? At least, now we know where the problem lies. qmk_firmware/keyboards/keychron/bluetooth/battery.c Lines 105 to 140 in 3fd4430
|
Describe the Bug
Having RGB off causes the Bluetooth connection to disconnect every second of keyboard inactivity.
This ultimately causes DF(layer) return to default. Even if the default layer is changed to persistent, OSM mods sometimes won't work because the keyboard resets.
This issue never happens if:
Additionally, it won't happen if keys are pressed nonstop or keys are held.
I am using the latest firmware from the
wireless_playground
branch.The text was updated successfully, but these errors were encountered: