Reflex-Adapt
Reflex-Adapt copied to clipboard
Convert your original gaming controllers to USB using Reflex Adapt!
Reflex Adapt
Reflex Adapt converts original gaming input devices to USB for use with MiSTer/PC/Linux/Mac. The controllers show up as direct input devices and feature very low latency.
The built in OLED display shows the current mode, and a realtime view of the buttons as they're pressed.
Press the "MODE" button to toggle between modes.
A limited number of modes fit in the internal memory so use the Updater to load different combos.
If you would like a specific combo added, please create an Issue.
MiSTer Installation
- Download reflex_updater.sh and copy it to the
Scriptsfolder on your MiSTer's SD card - Launch the
reflex_updaterscript from the Scripts menu on your MiSTer - When prompted, agree to have the Reflex Adapt repository added
- Flash your Reflex Adapt with the desired firmware configuration and exit the updater
- Launch
update_allordownloaderfrom the Scripts menu
The Reflex Adapt updater, controller mappings and core configs will now be automatically updated whenever Update All or Downloader is run, excluding those you have made changes to.
Alternatively, manually add the following to your downloader.ini file on the SD card:
[misteraddons/reflexadapt]
db_url = https://github.com/misteraddons/Reflex-Adapt/raw/main/reflexadapt.json.zip
Building Firmware on Linux
- Clone the repo and cd into the directory
- Install Arduino-cli: Use brew or the install script.
- If you installed with the install script add to PATH
- Install arduino:avr core
arduino-cli core install arduino:avr - Install Arduino-LUFA:avr core
arduino-cli core install Arduino-LUFA:avr --additional-urls https://github.com/Palatis/Arduino-Lufa/raw/master/package_arduino-lufa_index.json - make all
Building reflex_updater
- install Rust
- cd reflex_updater
- cargo run or cargo build


