PhiBabin / redox-w-encoder

Fork of the Wireless Redox Keyboard, but with a rotary encoder
MIT License
2 stars 1 forks source link

Missing R1 R2 resistor pads on right transmitter PCB #1

Open o-klp opened 5 months ago

o-klp commented 5 months ago

I'm working on a redox-w-encoder build with the redox-lipo-adapter.

When debugging the left half I noticed there's two resistor spots, R1 and R2, to the left of the MCU that aren't on the right side, nor do they appear on the PCB of the upstream redox-w (ver 2.0, hot swap). I can't see them called out in the build guide either. Do they serve a purpose?

20240226_202833

(see images of PCB from the upstream repo) ref 1 ref 2

~More background is I finished the left transmitter but am unable to register keystrokes, nor it appears is the receiver able to connect with the transmitter. This is based on output from both qmk console and hid_listen -- both programs connect to the receiver but log nothing else after. I'm able to flash the firmware to both successfully (the output of both commands match the build guide's) and I've confirmed with a multimeter that the lipo adapter provides 3V power to the switch.~ edit: I've sorted out the left transmitter

o-klp commented 5 months ago

I may have found them in the pdf schematic:

image

There's this note in the readme that calls out changing firmware to support an encoder on the right side. If the default is only encoder on the left side, does the PCB also need to be modified to support a second encoder?

By default, only the right side has an encoder, you can change that here

PhiBabin commented 1 month ago

Really sorry for the late reply. The resistors are there because I was unsure if the encoder would need external pull up resistors. They don't need to be populated. I'll add a note for that in the README. The PCB doesn't need to be modified to add support for an encoder on the left side.