-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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] Using only right side encoder in split keyboard #10096
Comments
The "right" define is for when the right side encoder is different from the left side. (such as flipped, or wired up differently). You want to use just the normal defines for the pads. |
The master is on the left with the oled, if the master is on the right sure no need to declare the right encoder. |
My point is if you have split keyboard and using encoder, don't force both side to have encoder. If I want to use only one encoder in my split, don't throw error. |
I have just encountered this limitation myself. My keyboard has the master side left and an encoder on the right half. Like @karnadii's board, mine is not symmetric and has no encoder pads on the left side. The current encoder code makes some assumptions about the halves being symmetric, at least in number of encoder pads. I also had to resort to using some unused pins as a dummy encoder for left. I will see if I can make some changes to |
Fixed by #12090 |
Describe the Bug
I have this handwired keyboard that use only the right side of encoder
defining only the right side of the encoder throw me error that ENCODERS_PAD_A is undeclared
i have to declare ENCODERS_PAD_A too
the left side D1 and D0 is used for oled. and the right side is used for the encoder.
System Information
Additional Context
The text was updated successfully, but these errors were encountered: