You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the left/right detection in the Sofle Choc is done by assuming the cable is plugged into the left half.
(As proposed in the code at qmk/qmk_firmware#16736 )
This restricts the user a bit.
QMK can also detect the sides based on a GPIO pin.
As the pin D4 of the controller is not used on the current PCB there could be a jumper or direct connection from D4 to VCC on one and GND on the other PCB side.
Are you prepared to help?
My EDA skills are limited and I already have my Sofle Chocs and can work around it with a physical wire :-)
Instead of connecting both D4 holes between the two mounting sides of the pro-micro should not be connected with each other instead one is connected to VCC and one to GND.
I removed -bl uf2-split-... key and flashed both sides with a same file. Both sides are right side now, can type 7890 on both with any side USB connected. Funny. And LED colors are same/mirrored.
I had errors with right encoder change volume, with a PGDN same time, was searching errors with (maybe) wrong encoder side recognition.
What feature would you like to see?
Currently the left/right detection in the Sofle Choc is done by assuming the cable is plugged into the left half.
(As proposed in the code at qmk/qmk_firmware#16736 )
This restricts the user a bit.
QMK can also detect the sides based on a GPIO pin.
As the pin
D4
of the controller is not used on the current PCB there could be a jumper or direct connection from D4 to VCC on one and GND on the other PCB side.Are you prepared to help?
My EDA skills are limited and I already have my Sofle Chocs and can work around it with a physical wire :-)
Cc @brianlow
The text was updated successfully, but these errors were encountered: