1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 16:45:08 -05:00
This commit is contained in:
coliss86 2023-11-12 23:40:27 +01:00
parent 49e2dd4811
commit 2de9a2db78

View File

@ -23,9 +23,8 @@ ATmega32u4 can be easily changed to act as keyboard and/or mouse too. With keybo
- (old, don't use: Atari-joysticks (supports Sega Master System controller with 2-fire buttons) (ATARI) ¹ ²)
- (old, don't use: Sony Playstation 1/2 controllers (doesn't support Dualshock or analog features) (PSX) ¹ ²)
¹ = needs Joystick-library
² = 2 controllers supported
* ¹ = needs Joystick-library
* ² = 2 controllers supported
If you use Linux and want to get more than 1 controller with one Arduino, check "Linux and more than one controller with one Arduino"-topic in this same page.