From 62f1f5aeac0534274f4c25011c754864ffda1087 Mon Sep 17 00:00:00 2001 From: "Peder B. Sundt" Date: Sat, 28 Mar 2020 22:07:40 +0100 Subject: [PATCH] Move Rumble data and Input report format sections up a level I spent 2 hours glossing over these sections before finding them --- bluetooth_hid_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluetooth_hid_notes.md b/bluetooth_hid_notes.md index c03e25a..b25be10 100644 --- a/bluetooth_hid_notes.md +++ b/bluetooth_hid_notes.md @@ -40,7 +40,7 @@ Request specific data from the NFC/IR MCU. Can also send rumble. Unknown. Does the same thing with 0x28 subcmd. -#### Rumble data +### Rumble data A timing byte, then 4 bytes of rumble data for left Joy-Con, followed by 4 bytes for right Joy-Con. [00 01 40 40 00 01 40 40] (320Hz 0.0f 160Hz 0.0f) is neutral. @@ -117,7 +117,7 @@ Unknown. Sends standard input reports. Unknown. Sends standard input reports. -#### Standard input report format +### Standard input report format The 3rd byte belongs entirely to the Right Joy-Con, while the 5th byte belongs entirely to the Left Joy-Con. The middle byte is shared between the controllers.