Skip to content

Commit

Permalink
Merge pull request #93 from pbsds/patch-1
Browse files Browse the repository at this point in the history
Move Rumble data and Input report format sections up a level
  • Loading branch information
dekuNukem authored Mar 28, 2020
2 parents 012d811 + 62f1f5a commit 2e6e62a
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 2e6e62a

Please sign in to comment.