Skip to content

feat(profiles): add 2026 Steam Controller - #151

Open
ReenigneArcher wants to merge 3 commits into
masterfrom
feat/add-2026-steam-controller
Open

ReenigneArcher wants to merge 3 commits into
masterfrom
feat/add-2026-steam-controller

Conversation

@ReenigneArcher

Copy link
Copy Markdown
Member

Description

Adds 2026 Steam Controller.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

See our AI usage policy.

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@ReenigneArcher
ReenigneArcher force-pushed the feat/add-2026-steam-controller branch from eae9f8d to 9177bde Compare September 21, 2026 04:02
@codecov

codecov Bot commented Sep 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.20650% with 81 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.22%. Comparing base (513882f) to head (ffb80d1).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/core/report.cpp 82.91% 34 Missing ⚠️
tools/virtualhid_control.cpp 0.00% 27 Missing and 3 partials ⚠️
tools/virtualhid_control_model.cpp 52.94% 7 Missing and 1 partial ⚠️
src/platform/linux/uhid_backend.cpp 91.66% 1 Missing and 2 partials ⚠️
src/shared/steam_controller_protocol.hpp 92.85% 2 Missing and 1 partial ⚠️
examples/gamepad_adapter.cpp 0.00% 1 Missing and 1 partial ⚠️
src/core/profiles.cpp 96.42% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   74.01%   74.22%   +0.21%     
==========================================
  Files          40       41       +1     
  Lines       10107    10508     +401     
  Branches     3544     3699     +155     
==========================================
+ Hits         7481     7800     +319     
+ Misses       2296     2025     -271     
- Partials      330      683     +353     
Flag Coverage Δ
FreeBSD 53.28% <67.94%> (+0.78%) ⬆️
Linux-Clang 55.72% <61.46%> (+0.32%) ⬆️
Linux-GCC 66.36% <70.26%> (+0.23%) ⬆️
PowerShell 75.60% <ø> (ø)
Windows-MSVC 88.55% <89.27%> (-0.10%) ⬇️
Windows-MinGW-UCRT64 63.94% <71.01%> (+0.34%) ⬆️
macOS 49.57% <55.62%> (+0.43%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/core/gamepad_adapter.cpp 98.85% <100.00%> (+0.07%) ⬆️
src/include/libvirtualhid/gamepad_adapter.hpp 100.00% <100.00%> (ø)
src/include/libvirtualhid/types.hpp 97.76% <100.00%> (+0.34%) ⬆️
src/platform/windows/control_protocol.hpp 97.77% <100.00%> (+0.04%) ⬆️
...platform/windows/shared/vhf_input_report_queue.hpp 97.02% <100.00%> (+0.03%) ⬆️
src/platform/windows/windows_backend.cpp 83.87% <100.00%> (+0.16%) ⬆️
src/core/profiles.cpp 95.00% <96.42%> (+0.12%) ⬆️
examples/gamepad_adapter.cpp 41.05% <0.00%> (-0.89%) ⬇️
src/platform/linux/uhid_backend.cpp 81.64% <91.66%> (+0.11%) ⬆️
src/shared/steam_controller_protocol.hpp 92.85% <92.85%> (ø)
... and 3 more

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 513882f...ffb80d1. Read the comment docs.

@ReenigneArcher
ReenigneArcher force-pushed the feat/add-2026-steam-controller branch from 9177bde to 0940138 Compare September 21, 2026 12:36
@ReenigneArcher
ReenigneArcher force-pushed the feat/add-2026-steam-controller branch from 0940138 to f6cbc0e Compare September 21, 2026 13:42
@ReenigneArcher
ReenigneArcher force-pushed the feat/add-2026-steam-controller branch from 69e118f to 1824c43 Compare September 21, 2026 14:23
@ReenigneArcher
ReenigneArcher marked this pull request as ready for review September 21, 2026 14:32
@sonarqubecloud

Copy link
Copy Markdown

This branch has not been deployed

No deployments
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.

1 participant