-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
docs: Add a hardware issues page under troubleshooting #2360
Merged
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
caksoylar
added
enhancement
New feature or request
documentation
Improvements or additions to documentation
labels
Jul 3, 2024
Nick-Munnich
force-pushed
the
hardware-issues
branch
from
August 14, 2024 14:04
1a8de49
to
8899edb
Compare
Nick-Munnich
changed the title
Initial creation of hardware issues page.
feat(docs) Adding a hardware issues page under troubleshooting
Aug 15, 2024
Did a big overhaul of this, updated the title and description accordingly. |
caksoylar
reviewed
Aug 17, 2024
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.
Some mostly high level thoughts; FWIW I think this is a pretty large undertaking.
Nick-Munnich
commented
Aug 22, 2024
Nick-Munnich
commented
Aug 22, 2024
caksoylar
reviewed
Sep 2, 2024
caksoylar
approved these changes
Sep 3, 2024
Oh, I think this needs to be rebased to fix the broken link in build. |
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
Nick-Munnich
force-pushed
the
hardware-issues
branch
from
September 3, 2024 06:46
ab77156
to
d6f34bb
Compare
thazhemadam
reviewed
Sep 9, 2024
Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com>
lesshonor
suggested changes
Oct 7, 2024
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
lesshonor
reviewed
Oct 23, 2024
caksoylar
reviewed
Oct 31, 2024
caksoylar
approved these changes
Oct 31, 2024
caksoylar
changed the title
feat(docs) Adding a hardware issues page under troubleshooting
docs: Add a hardware issues page under troubleshooting
Oct 31, 2024
ssbb
added a commit
to ssbb/zmk
that referenced
this pull request
Nov 2, 2024
Squashed commit of the following: commit 9c5b9e3 Author: Peter Johanson <peter@peterjohanson.com> Date: Fri Nov 1 15:37:48 2024 -0600 docs: Add initial pointer docs. commit 4edf568 Author: Peter Johanson <peter@peterjohanson.com> Date: Wed Oct 30 11:29:42 2024 -0600 SQUASH CORE: Drop default scroll value again. * Drop the default scroll value again. In theory you only want the higher value *IF* you enable the smooth scrolling Kconfig setting. commit 35b0b21 Author: Peter Johanson <peter@peterjohanson.com> Date: Wed Oct 30 10:59:43 2024 -0600 SQUASH SPLIT: tweaks for dedicated input split init priority commit 6291cbb Author: Peter Johanson <peter@peterjohanson.com> Date: Tue Oct 15 13:53:00 2024 -0600 feat: Add input split support. commit 0306d8e Author: Cem Aksoylar <caksoylar@users.noreply.github.com> Date: Wed Nov 15 21:11:41 2023 -0800 feat(mouse): Add mouse move and scroll support * Use Zephyr input subsystem for all pointers. * Input processors for modifying events, e.g. scaling, swapping codes, temporary (mouse) layers, etc. * Mouse move/scroll behaviors. * Infrastructure in place for physical pointer input devices. Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Robert U <urob@users.noreply.github.com> Co-authored-by: Shawn Meier <ftc@users.noreply.github.com> commit 249ecbc Author: Peter Johanson <peter@peterjohanson.com> Date: Fri Nov 1 12:40:20 2024 -0600 fix(studio): Bump nanopb version with build fixes. * Pull in fixes for prefering generator/protoc instead of the host protoc, for better compatibility. commit 158bb31 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Nov 1 09:50:53 2024 +0100 chore(deps-dev): bump webpack from 5.95.0 to 5.96.0 in /docs (zmkfirmware#2600) Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.96.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.95.0...v5.96.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 80df319 Author: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Thu Oct 31 18:42:00 2024 +0100 docs: Add a hardware issues page under troubleshooting (zmkfirmware#2360) Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
ssbb
added a commit
to ssbb/zmk
that referenced
this pull request
Nov 2, 2024
Squashed commit of the following: commit 9c5b9e3 Author: Peter Johanson <peter@peterjohanson.com> Date: Fri Nov 1 15:37:48 2024 -0600 docs: Add initial pointer docs. commit 4edf568 Author: Peter Johanson <peter@peterjohanson.com> Date: Wed Oct 30 11:29:42 2024 -0600 SQUASH CORE: Drop default scroll value again. * Drop the default scroll value again. In theory you only want the higher value *IF* you enable the smooth scrolling Kconfig setting. commit 35b0b21 Author: Peter Johanson <peter@peterjohanson.com> Date: Wed Oct 30 10:59:43 2024 -0600 SQUASH SPLIT: tweaks for dedicated input split init priority commit 6291cbb Author: Peter Johanson <peter@peterjohanson.com> Date: Tue Oct 15 13:53:00 2024 -0600 feat: Add input split support. commit 0306d8e Author: Cem Aksoylar <caksoylar@users.noreply.github.com> Date: Wed Nov 15 21:11:41 2023 -0800 feat(mouse): Add mouse move and scroll support * Use Zephyr input subsystem for all pointers. * Input processors for modifying events, e.g. scaling, swapping codes, temporary (mouse) layers, etc. * Mouse move/scroll behaviors. * Infrastructure in place for physical pointer input devices. Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Robert U <urob@users.noreply.github.com> Co-authored-by: Shawn Meier <ftc@users.noreply.github.com> commit 249ecbc Author: Peter Johanson <peter@peterjohanson.com> Date: Fri Nov 1 12:40:20 2024 -0600 fix(studio): Bump nanopb version with build fixes. * Pull in fixes for prefering generator/protoc instead of the host protoc, for better compatibility. commit 158bb31 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Nov 1 09:50:53 2024 +0100 chore(deps-dev): bump webpack from 5.95.0 to 5.96.0 in /docs (zmkfirmware#2600) Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.96.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.95.0...v5.96.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 80df319 Author: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Thu Oct 31 18:42:00 2024 +0100 docs: Add a hardware issues page under troubleshooting (zmkfirmware#2360) Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> Co-authored-by: Anant Thazhemadam <47104651+thazhemadam@users.noreply.github.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR adds a "hardware issues" page under troubleshooting. It discusses:
In the process, there are also two new shields to help with troubleshooting:
tester_pro_micro
andtester_xiao
. This partially resolves #2410, though I would really like a more general solution eventually.