Skip to content

Commit

Permalink
Move Rumble data and Input report format sections up a level
Browse files Browse the repository at this point in the history
I spent 2 hours glossing over these sections before finding them
  • Loading branch information
pbsds authored Mar 28, 2020
1 parent 012d811 commit 62f1f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluetooth_hid_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 62f1f5a

Please sign in to comment.