mattdibi / redox-keyboard

Ergonomic split mechanical keyboard
MIT License
1.75k stars 163 forks source link

Pro micro question #136

Closed jmnguye closed 2 years ago

jmnguye commented 2 years ago

I've ordered 2 PCB , and i dont understand why i have to flip the pro micro in order to get it work when connect

I've followed the installation and should have something like this https://raw.githubusercontent.com/mattdibi/redox-keyboard/master/img/rgb-underglow2.jpg

But when i do exactly the same, my pro micro is not working, however, if i flip my pro micro, there is a red light, and i'm able to reset.

https://imgur.com/a/3Mio35U

something is wrong somewhere, but i cannot find out where

phongnh commented 2 years ago

@jmnguye Maybe the issue comes from USB-C Pro Micro, B1 and B3 are swapped. Please check this link https://kbd.news/USB-C-Pro-Micro-issues-1054.html

mattdibi commented 2 years ago

@phongnh Thank you for posting this, I wasn't aware of that issue. It could also be a possibility.

@jmnguye In the pics the Pro Micro is not soldered to the board, it this how you tested it? Without (properly) soldering there's no guarantee that all the pins are actually contacting with the pads on the Arduino therefore I wouldn't trust the results of your test.

As to why you need to flip them, without going much into detail, this is a common way to use the same PCB for both left and right hand in split keyboards. The PCB is the same for both halves, since you need to flip one to have a left and a right hand you need to flip the Pro Micro accordingly. If you want more details take a look at the schematic.

Other notable examples of this technique: Let's Split, Mircodox, Architheutis Dux.

jmnguye commented 2 years ago

Thx guys, the issue came from the RGB strip soldering. I've followed @mattdibi , and soldered correctly the Pro Micro, but noticed that from time to time the pro micro light was on. I'll have to reorder and start over, thx for your help @phongnh and @mattdibi