Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredopposite committed Apr 18, 2024
1 parent f3ddd49 commit 9ebbbc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ For the Pi Pico, this is a diagram of how you'd connect the extra USB port:

For the [Adafruit Feather USB Host board](https://www.adafruit.com/product/5723), no extra work is needed.

## 2 & 4 Player support (in initial development)
With v0.4, 2 and 4 player variants of the firmware are included on the Releases page, this is only meant for PlayStation 3 and Nintendo Switch. You can use either a self-powered USB hub or an Xbox 360 wireless adapter to play with 4 controllers.

As it is right now, the Switch/PS3 will see 2 or 4 controllers no matter how many you're using, but I'm currently working on a way to connect controllers as they're plugged in or synced with a wireless adapter.

## Adding supported controllers
If your third party controller isn't working, but the original version is listed above, send me the device's VID and PID and I'll add it so it's recognized properly.

Expand Down
2 changes: 1 addition & 1 deletion src/usbd_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// OGXW_RPZERO_2CH
// OGXW_LITE

#define USBD_BOARD OGXM_ADA_FEATHER_USBH
#define USBD_BOARD OGXM_RPZERO_INTERPOSER
#define USBD_MAX_GAMEPADS 1 // This is set by idf.py menuconfig for wireless boards, number here is ignored in that case.
#define CDC_DEBUG 0 // Set to 1 for CDC device, helpful for debugging USB host. Include utilities/log.h and use log() as you would printf()

Expand Down

0 comments on commit 9ebbbc3

Please sign in to comment.