borb / amigahid-pico

Use USB input devices on Amiga computers, using the excellent Raspberry Pi Pico as a USB-to-bitbang adapter.
51 stars 4 forks source link

Gotek control #14

Open borb opened 2 years ago

borb commented 2 years ago

As title suggests; control the Gotek navigation from the keyboard. USB HID has keys the Amiga does not, so this should be fairly possible.

i2c should be possible, or send pulses à la the rotary encoder mechanism. i2c would piggyback off of the display port but may have issues on Gotek-side with any displays attached there (or displays on the hid-pico side snatched by the Gotek). Rotary encoder pulses likely a safer mechanism.