Tune period time and other values

This commit is contained in:
2026-01-19 00:17:47 +01:00
parent b3bcd286fd
commit 6161415847
2 changed files with 5 additions and 5 deletions

View File

@@ -59,8 +59,8 @@
#define G29_GEARSHIFT_Z_NEUTRAL 0x9C /* Neutral position */
#define G29_GEARSHIFT_Z_PRESSED 0xDC /* Pressed down */
#define WHEEL_CENTER 32768
#define WHEEL_MAX_DIST 32768
#define WHEEL_CENTER 0x8000
#define WHEEL_MAX_DIST 0x8000
struct g29_state {
u32 buttons_le; /* Button bitmask (little-endian) */