diff --git a/README.md b/README.md index d9a48be..3cd0bf4 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Wii version of the Rock Band games. This is based on the foundational work done by Nicholas Angle on the [Wii Guitar Controller](https://github.com/NianZo/WiiGuitarController) ([text article](https://www.niangames.com/articles/reverse-engineering-rockband-guitar-controllers)). -All I did was speed up the loop code to detect drum pad strikes, -which are very quick! +Nicholas was also really nice about answering an email question I sent. +Thanks, Nicholas! # Parts Needed @@ -109,7 +109,7 @@ you'll need to modify the source code. ## Guitar -![guitar wiring](guitar.png) +![guitar wiring](docs/guitar.png) | silkscreen pin name | description | | --- | --- | @@ -142,7 +142,7 @@ in the code! ## Drum Kit -![drum wiring](drums.png) +![drum wiring](docs/drums.png) | silkscreen pin name | description | | --- | --- | diff --git a/NOTES.md b/docs/NOTES.md similarity index 100% rename from NOTES.md rename to docs/NOTES.md diff --git a/drums.png b/docs/drums.png similarity index 100% rename from drums.png rename to docs/drums.png diff --git a/gamepad.html b/docs/gamepad.html similarity index 100% rename from gamepad.html rename to docs/gamepad.html diff --git a/guitar.png b/docs/guitar.png similarity index 100% rename from guitar.png rename to docs/guitar.png