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
PROBLEM:
Flashing both sides of the Iris with a new hex made after the migration to the split-common code leaves the Slave side inoperable when using i2c.
TESTING:
Changing the SCL_CLOCK in quantum/split_common/i2c.h from #define SCL_CLOCK 400000L to #define SCL_CLOCK 100000L seems to fix the problem
ADDITIONAL
It might be worth making note of this, as this could mean still needing separate i2c configs for each board
The text was updated successfully, but these errors were encountered:
@nooges This is a completely blind shot in the dark, but ... my Iris has issues with the RGB stuff (over extra data). If there was some sort of extra resistance because of the PCB, TRRS jack or cable, couldn't that cause both the RGB light issue that I see, as well as the communication issue?
PROBLEM:
Flashing both sides of the Iris with a new hex made after the migration to the split-common code leaves the Slave side inoperable when using i2c.
TESTING:
Changing the
SCL_CLOCK
inquantum/split_common/i2c.h
from#define SCL_CLOCK 400000L
to#define SCL_CLOCK 100000L
seems to fix the problemADDITIONAL
It might be worth making note of this, as this could mean still needing separate i2c configs for each board
The text was updated successfully, but these errors were encountered: