diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-03 17:58:53 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-03 17:58:53 +0200 |
| commit | 6435ec299af7caedca4f0e648b122b52e76f34fb (patch) | |
| tree | f77eda46446e9f43eb2f5d01c03d912b03d8a65e /hid-tmt300rs.h | |
| parent | 695bb2443b8b698d74a8dfc3887911b08a7c5f2a (diff) | |
| download | hid-tmff2-6435ec299af7caedca4f0e648b122b52e76f34fb.tar.gz hid-tmff2-6435ec299af7caedca4f0e648b122b52e76f34fb.zip | |
Revert to more standard pedal mapping
Remap in games when needed.
Diffstat (limited to 'hid-tmt300rs.h')
| -rw-r--r-- | hid-tmt300rs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index d5d6169..114cafd 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -157,13 +157,13 @@ static u8 t300rs_rdesc_nrm_fixed[] = { 0x75, 0x10, /* Report size (16) */ 0x95, 0x01, /* Report count (1) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x31, /* Usage (Y) (was Rz) (Brake) */ + 0x09, 0x35, /* Usage (Rz) (Brake) */ 0x26, 0xff, 0x03, /* Logical maximum (1023) */ 0x46, 0xff, 0x03, /* Physical maximum (1023) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x35, /* Usage (Rz) (was Z) (Gas) */ + 0x09, 0x32, /* Usage (Z) (Gas) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x33, /* Usage (Rx) (was Y) (Clutch) */ + 0x09, 0x31, /* Usage (Y) (Clutch) */ 0x81, 0x02, /* Input (Variable, Absolute) */ 0x81, 0x03, /* Input (Variable, Absolute, Constant) */ 0x05, 0x09, /* Usage page (Button) */ |
