From 06d6d8ddf8e76992383e925410b2adc55406e83b Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 27 Nov 2025 00:40:38 -0600 Subject: Add IR detection parsing --- startbit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startbit.h') diff --git a/startbit.h b/startbit.h index 5547a15..ad3e67c 100644 --- a/startbit.h +++ b/startbit.h @@ -7,7 +7,7 @@ #define NINTENDO_WIIMOTE_PRODUCT_ID 0x0306 #define HID_REPORT_ID_WIIMOTE_RUMBLE_ENABLE 0x10 -#define HID_REPORT_DATA_WIIMOTE_RUMBLE_ENABLE 0x10 +#define HID_REPORT_DATA_WIIMOTE_RUMBLE_ENABLE 0x01 #define HID_REPORT_ID_WIIMOTE_LED_ENABLE 0x11 #define HID_REPORT_DATA_WIIMOTE_LED_ENABLE_P1 0x10 -- cgit