-
Notifications
You must be signed in to change notification settings - Fork 168
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
I2C communication is not working #168
Comments
To help someone and leave the history. I found someone's issue like me on this github issue tab and I could get old version of qmk from this branch(I think latest version of qmk has i2c issue). and I set USE_I2C and EE_HANDS(because I already handedness by flashing eeprom. ) /* Use I2C or Serial, not both */ /* Select hand configuration */ But only above setting didn't help to my headache, so I read how to use I2C on qmk guide carefully. /* Use I2C or Serial, not both */ /* Select hand configuration */ and build and flash to MCU both side(using this command make redox/rev1:default:avrdude). |
Took me a while of searching before finding this |
Hello, there.
Thanks for matt, I really hope overcoming my stiff shoulders.
However, I faced some issue on my keyboard. I set EE_HANDS (config.h) as describing github.
first, I flashed eeprom to each side. left side flashed left-eeprom and right side flashed right-eeprom bin
and then, I connected both side with TRRS cable(4 pole) and pluged USB cable from left side to PC.
PC recognized keyboard and left side button was working nomally, but PC could recognized right side button.
I already tested each side button working by connecting USB on each side.
I Think I2C communication is not working . therefore Is anybody who can help me to overcome my stiff shoulders.
Thanks
The text was updated successfully, but these errors were encountered: