Skip to content
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

fix(boards): unify board I2C configuration, use TWI driver #1790

Merged
merged 1 commit into from
May 5, 2023

Conversation

krikun98
Copy link
Contributor

@krikun98 krikun98 commented May 3, 2023

petejohanson@b74830b (the commit moving boards to pinctrl) used the nrf-twim driver for all nrfmicro revisions and the bluemicro840.
That driver does not seem to work with ZMK OLED screens for some reason. Both the issue and the fix were observed and tested with nrfmicro_13_52833 and nrfmicro_13 with various shields.

Note: the Corne-ish Zen V1 uses the same nrf-twim driver for its fuel gauge, that seems to work fine (tested on my Zen). The issue only occurs with the screens.

Copy link
Contributor

@petejohanson petejohanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Thanks!

@petejohanson petejohanson merged commit 94789a0 into zmkfirmware:main May 5, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants