-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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] The slave side hangs up at cold start of PC in the case of a split keyboard with Raspberry Pi Pico #18571
Comments
Possibly related to #18511? |
Might be related to #18574 |
@drashna I will try latest code set to confirm whether this issue is reproduced or not later. |
@drashna Unfortunately, this issue still occurs using the latest develop branch. Both sides certainly hang up at cold starting of my PC. |
Did you update the |
@KarlK90 I have already updated all sub modules and tried when switching to the Then, I tried using |
@drashna @tzarc @KarlK90 I have tested the latest develop branch and the The slave side of the keyboard gets VCC from VSYS pin, therefore I thought that the Raspberry Pi Pico has the GPIO24 pin to detect whether VBUS is provided from USB or not. Using the develop branch, my Lunakey Pico keyboard launches normally and works without any delay of the |
The slave side certainly hangs up at cold start of a PC in the case of a split keyboard with Raspberry Pi Pico.
Describe the Bug
I have created a Lunakey Pico keyboard which is the split keyboard and each side has a Raspberry Pi Pico. Each side is connected by TRRS cable. When a cold startup of my PC, the slave side certainly hangs up. Then, when reconnecting the USB cable, it works.
The following list is I tried:
#define SPLIT_HAND_PIN GP22
, nothing happened.#define USB_VBUS_PIN GP24
, but nothing happened.The PCB design file is: https://github.com/yoichiro/lunakey/tree/main/pico/rev2/pcb
System Information
Keyboard: Lunakey Pico
Operating system: Microsoft Windows 11 and Ubuntu Linux 22.04
qmk doctor
output:Any keyboard related software installed?
The text was updated successfully, but these errors were encountered: