From ab71fe85ea80dc912c5f5871b7036e8da6df33b5 Mon Sep 17 00:00:00 2001 From: kimi Date: Thu, 9 Jul 2020 14:58:12 -0400 Subject: I borked the buttons, hopefully fixed --- hid-tmt300rs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hid-tmt300rs.h') 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, }; -- cgit v1.3