diff options
| author | kimi <kimi.h.kuparinen@gmail.com> | 2020-07-09 14:58:12 -0400 |
|---|---|---|
| committer | kimi <kimi.h.kuparinen@gmail.com> | 2020-07-09 14:58:12 -0400 |
| commit | ab71fe85ea80dc912c5f5871b7036e8da6df33b5 (patch) | |
| tree | 71bbacb9f3037e7e9edfd8c634da96fa6d729e53 /hid-tmt300rs.h | |
| parent | 014c79bc4966b40c2b4e18c0a2407b6af53908a1 (diff) | |
| download | hid-tmff2-ab71fe85ea80dc912c5f5871b7036e8da6df33b5.tar.gz hid-tmff2-ab71fe85ea80dc912c5f5871b7036e8da6df33b5.zip | |
I borked the buttons, hopefully fixed
Diffstat (limited to 'hid-tmt300rs.h')
| -rw-r--r-- | hid-tmt300rs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index 3ac4336..bec73eb 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -81,3 +81,5 @@ static u8 spring_values[] = { static u8 damper_values[] = { 0xfc, 0x7f, 0xfc, 0x7f, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfc, 0x7f, 0x07 }; + +static u8 t300rs_ctrl_out[] = { 0x41, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, }; |
