-
Working drums and guitar Pre-Release
released this
2024-01-04 14:03:57 -07:00 | 30 commits to main since this releaseThis version should work on both drums and guitar. I've tested it with the following games:
- LEGO Rock Band (Wii)
- Rock Band 1 (Wii)
- Rock Band 3 (Wii)
- Clone Hero (Windows)
- Clone Hero (Linux)
This does not include wammy bar support. You can get that if you recompile, though: just
#define WAMMY
first.Flashing
You can flash the attached
.hex
files withavrdude
.Guitar:
avrdude -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:MockBand.guitar.promicro.hex:i
Drums:
avrdude -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:MockBand.drums.promicro.hex:i
Be sure to reset the pro micro just before hitting enter! This puts the Pro Micro into a bootloader mode for a few seconds (maybe about 15).
Downloads