feat(pad-config): Simple-view edits shift each sensor threshold separately - #695
Draft
ddrcoder wants to merge 2 commits into
Draft
feat(pad-config): Simple-view edits shift each sensor threshold separately#695ddrcoder wants to merge 2 commits into
ddrcoder wants to merge 2 commits into
Conversation
ddrcoder
force-pushed
the
pad-config-per-sensor-steps
branch
from
September 10, 2026 05:49
5a6011f to
6d49e7c
Compare
… arcade Select Holding Up/Down/Left/Right in the pad editor now repeats after 300 ms at 60 ms intervals (the theme's shared hold-repeat timer), in both the Options screen and the Song Select overlay, in the Simple and Advanced views and the saved-profiles list. The name box ignores the hold (its Up/Down is a one-shot toggle), and any modal, view change, or exit drops it. In arcade-navigation Player Options, Select moves to the previous row but never armed the hold timer, so climbing a long pane meant tapping it once per row while Start (next row) repeated fine. Select now arms the Up hold on press and releases it, for both sides. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015PLarttSySmaMqrG5uYJHD
…ately Stepping a panel in the Simple view used to write one value to every sensor, flattening any per-sensor tuning done in Advanced. Now each sensor's threshold moves by the step on its own, clamped individually, so tuned offsets survive a whole-panel nudge. Load-cell pads (one press/release pair per panel) are unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015PLarttSySmaMqrG5uYJHD
ddrcoder
force-pushed
the
pad-config-per-sensor-steps
branch
from
September 12, 2026 05:54
6d49e7c to
9678aca
Compare
This file contains hidden or 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
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.
Summary
Stepping a panel in the Simple view of Configure Pads used to write one value to every sensor, flattening any per-sensor tuning done in Advanced. Now each sensor's threshold moves by the step on its own, clamped individually, so tuned offsets survive a whole-panel nudge.
Load-cell pads (one press/release pair per panel) are unchanged.
Testing
cargo test -p deadsync-theme-simply-love --lib -- pad_configpasses.🤖 Generated with Claude Code
https://claude.ai/code/session_015PLarttSySmaMqrG5uYJHD