diff options
| author | Aaditya Dhruv <[email protected]> | 2025-11-27 00:40:38 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2025-11-27 00:40:38 -0600 |
| commit | 06d6d8ddf8e76992383e925410b2adc55406e83b (patch) | |
| tree | 20d532d731d0d31f4ca4cff29eebb0106da2058e /startbit.h | |
| parent | fdff8f979b0ebdf00442befbc0c9706fa62040a3 (diff) | |
Add IR detection parsing
Diffstat (limited to 'startbit.h')
| -rw-r--r-- | startbit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
