-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add elite pi #21
base: v3.2.0+zmk-fixes
Are you sure you want to change the base?
Add elite pi #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few thoughts.
gpio-map-mask = <0xffffffff 0xffffffc0>; | ||
gpio-map-pass-thru = <0 0x3f>; | ||
gpio-map | ||
= <0 0 &gpio0 12 0> /* D12/SDA0 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the comments on the alternate functions here accurate? Are there any additional peripheral busses, etc expected on these pins?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. I was using this documentation. https://docs.keeb.io/elite-pi-guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's elite-pi specific. Remove that alternate function from the comments here, they should be treated as just GPIO pins.
Co-authored-by: Pete Johanson <[email protected]>
Co-authored-by: Pete Johanson <[email protected]>
Co-authored-by: Pete Johanson <[email protected]>
Not sure if this is all correct or not, but seems to be working for me.