-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 examples to debugging docs #5555
Conversation
f83f7f2
to
60f80e9
Compare
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.
great stuff! just a couple of tiny things :)
One thing I have been confused about is all the printf varieties. E g. Some examples here use xprintf but that isn't in the list given above. Could you add an explanation about that? |
"it's complicated". It changes how/where printing happens... |
@Lenbok I would be happy to do a 2nd pass with more info once its been collated, but i would rather keep the scope of this PR to examples I have actually used, and are confident on its implementation. |
I think it's making things more confusing in a document aimed at newbs to be adding a key logging example making use of a |
I was not my confidence in |
618e55d
to
10499ac
Compare
Anything i can do to push this over the finish line? |
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.
LGTM
Thanks! |
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
* Add examples to debugging docs * Add examples to debugging docs - review comments * Update matrix keypress example to use uprintf
Description
Partially stolen from @drashna on discord and #5498, I have added some useful examples on how to debug after enabling debug, as well as mentioning hid_listen as an alternative to QMK Toolbox.
Types of Changes
Checklist