apply non-linear steering curve

This commit is contained in:
2026-01-18 18:58:06 +01:00
parent 218e852f06
commit 2764e18e37
3 changed files with 56 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ Logitech G29 USB Protocol
- `0x02000000` - Red rotation clockwise
- `0x04000000` - Red rotation counterclockwise
- `0x08000000` - Return
- `0xF0000000` - ?
- `0xF0000000` - Playstation 3 Logo Button (verify)
- `Rot`: Wheel rotation (little-endian). `0x0000` (leftmost) - `0xFFFF` (rightmost).
- `Gas`: Gas pedal. `0xFF` (up, default) - `0x00` (down).
- `Brk`: Brake pedal. `0xFF` (up, default) - `0x00` (down).