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: include a header file for RC macros #2649

Merged
merged 1 commit into from
Nov 16, 2024
Merged

Conversation

esplo
Copy link
Contributor

@esplo esplo commented Nov 16, 2024

This PR is for tester_xiao.

To test the following article, I specified seeeduino_xiao_ble and tester_xiao for west build, but a devicetree error occurred. This happened on Github Actions using the new zmk-config.

https://zmk.dev/docs/troubleshooting/hardware-issues

The issue occurred because the RC macro was not defined, and I addressed it by adding #include <dt-bindings/zmk/matrix_transform.h> to the .overlay file.

I would appreciate it if you could comment if there is a more appropriate solution or if there is any additional code that needs to be included.

Copy link
Contributor

@Nick-Munnich Nick-Munnich left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! Quite embarrassing... I could have sworn I tested this.

@Nick-Munnich Nick-Munnich merged commit f8eff2f into zmkfirmware:main Nov 16, 2024
11 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.

2 participants