summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol/calibration.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-6/+6
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-6/+6
2023-01-28input_common: joycon: Remove magic numbers from calibration protocolNarr the Reg1-88/+122
2023-01-20input_common: Address byte reviewgerman771-6/+3
2023-01-20Address review commentsgerman771-7/+3
2023-01-20input_common: Add support for joycon ring controllerNarr the Reg1-0/+22
2023-01-20input_common: Use calibration from joyconNarr the Reg1-0/+169