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

Update Keyboard Converter Config #1022

Conversation

InfraredAces
Copy link
Contributor

No description provided.

#define USB_PERIPHERAL_PIN_ORDER 0
#define USB_PERIPHERAL_PIN_5V -1

#define HAS_I2C_DISPLAY 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed? Have you tried compiling without 68 + 69?

Copy link
Contributor Author

@InfraredAces InfraredAces May 23, 2024

Choose a reason for hiding this comment

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

Yes, when compiling and flashing without those defines, I2C0 was enabled, but had no pins set and Keyboard Host would not function until I2C0 was disabled. By explicitly disabling both, there is no need for an intermediary step of going to web config to disable them.

Copy link
Contributor

Choose a reason for hiding this comment

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

Odd

OK, in it goes.

@TheTrainGoes TheTrainGoes merged commit 10ef00b into OpenStickCommunity:main May 23, 2024
36 checks passed
@InfraredAces InfraredAces deleted the config/keyboard-converter-update branch May 24, 2024 06:47
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.

2 participants