-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
[Core] Introduce pointing device specific debug messages #17663
Merged
KarlK90
merged 1 commit into
qmk:develop
from
KarlK90:feature/pointing-device-debug-messages
Aug 29, 2022
Merged
[Core] Introduce pointing device specific debug messages #17663
KarlK90
merged 1 commit into
qmk:develop
from
KarlK90:feature/pointing-device-debug-messages
Aug 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 tasks
KarlK90
force-pushed
the
feature/pointing-device-debug-messages
branch
from
July 14, 2022 09:52
ecc820e
to
7e3294d
Compare
fauxpark
requested changes
Jul 14, 2022
drashna
approved these changes
Jul 14, 2022
tzarc
approved these changes
Aug 13, 2022
Should be good if we can get the conflicts sorted. |
It also errors out on the pmw33xx drivers. Needs the internals include somewhere. |
Ideally we'd get this in this cycle, but @KarlK90 may not be near a workstation for a bit. We'll see, deferring for now. |
KarlK90
force-pushed
the
feature/pointing-device-debug-messages
branch
2 times, most recently
from
August 14, 2022 17:38
76fcdf9
to
3b6731a
Compare
As these can be come quite verbose, these can be enabled with POINTING_DEVICE_DEBUG define on a keyboard level.
KarlK90
force-pushed
the
feature/pointing-device-debug-messages
branch
from
August 14, 2022 17:49
3b6731a
to
88cfd98
Compare
drashna
approved these changes
Aug 21, 2022
ramonimbao
pushed a commit
to ramonimbao/qmk_firmware
that referenced
this pull request
Nov 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Spun out of #17613
...as debug messages from the pointing device drivers can be come quite verbose. These can be enabled with
POINTING_DEVICE_DEBUG
define on a keyboard level.Types of Changes
Issues Fixed or Closed by This PR
Checklist