This project is an adapter to use USB HID with FM TOWNS / MSX using Raspberry Pi Pico.
Gamepad support currently only for PS4 / PS5 controllers.
https://oshwlab.com/hsshss/unz-hid-pico
USB devices should be connected to the Raspberry Pi Pico using an OTG cable.
git clone https://github.com/hsshss/unz-hid-pico.git
cd unz-hid-pico
docker build -t unz-hid-pico-builder .
docker run --rm -v ${PWD}:/app -t unz-hid-pico-builder sh -c "mkdir -p build && cd build && cmake .. && make"
- Disconnect all connectors
- While holding down the BOOTSEL button and connect to PC with USB cable
- A USB Mass Storage Device named
RPI-RP2
will be mounted - Drag and drop
unz-hid-pico.uf2
file to theRPI-RP2