add phob -> naxgcc conversion
This commit is contained in:
parent
bcdc54d815
commit
89e5138631
2 changed files with 13 additions and 0 deletions
BIN
src/assets/angle-usb.png
Normal file
BIN
src/assets/angle-usb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
|
@ -1 +1,14 @@
|
|||
# Phob2.0 -> NaxGCC Conversion
|
||||
|
||||
Converting a PhobGCC using a Phob 2.0 board to a NaxGCC is a fairly straightforward process. The first thing you will have to do is [flash the NaxGCC firmware](./update-firmware.md#updating-your-firmware) to your Phob board. And that's it, your Phob is now a NaxGCC! Well, not quite yet.
|
||||
|
||||
You'll notice that the GCC cable no longer works. The whole point of the NaxGCC is to connect to the Nintendo Switch directly via USB, after all. To do this, you will need to modify your controller shell to allow a USB cable to connect to the Phob board. Usually this involves drilling or melting a hole in the bottom part of the shell, and then routing the cable through it.
|
||||
|
||||
You will also need a **right-angle micro USB cable** to connect to the Phob board. This is because the clearance between the board and the shell is very tight, and a regular micro USB cable will not fit. Alternatively, you can drill or melt a hole in the top part of the shell, but this is not recommended as it will make the controller less comfortable to hold.
|
||||
|
||||
> **NOTE:** When choosing a right-angle micro USB cable to buy, keep in mind that the wide side of the trapezoid connector is going to be facing upwards when the controller is held normally. Most right-angle micro USB cables have the wide side facing downwards, so you will need to find one that fits this particular use case. Here's an example of what it _should_ look like:
|
||||
>
|
||||
> <img src="./assets/angle-usb.png" style="display: block; margin-left: auto; margin-right: auto;" />
|
||||
>
|
||||
|
||||
After flashing the firmware and making all the necessary modifications, it's now time to go ahead and [configure your controller](./configuration.md) to your liking. Enjoy your new NaxGCC!
|
||||
|
|
Loading…
Reference in a new issue