Skip to content

Commit

Permalink
added changing button combination section to tesla menu page, edited …
Browse files Browse the repository at this point in the history
…modchip introduction page to sound less confusing
  • Loading branch information
DefenderOfHyrule committed Aug 5, 2024
1 parent b4010cb commit 296f7a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/extras/autorcm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ AutoRCM can be used for good as well:

### **Enable/Disable AutoRCM**

If, despite all of the information above, you still wish to enable AutoRCM, and understand the risks, do the following:
If, despite all of the information above, you still wish to enable (or disable) AutoRCM, and understand the risks, do the following:

1. Boot into Hekate
2. Go to `Tools`
Expand Down
16 changes: 16 additions & 0 deletions docs/homebrew/tesla-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ Tesla-Menu can be opened by pressing `L` + `R Stick press (R3)` + `DPAD down`, a

![tesla](img/tesla-menu.jpg)

#### Changing the button combination

If you wish to change the default button configuration, see the instructions below:

1. Navigate to `sd:/config` on your microSD card.
2. Create a folder named `tesla` if it doesn't exist already.
3. Create a file named `config.ini` in `sd:/config/tesla`.
4. Paste the following text inside of `config.ini`:
```
[tesla]
key_combo=L+R+RS
# A, B, X, Y, LS, RS, L, R, ZL, ZR, PLUS, MINUS, DLEFT, DUP, DRIGHT, DDOWN, SL, SR
```
5. Change the `key_combo` value to anything you desire and save the file. The accepted inputs are mentioned on the third line.
-----
### **Commonly used Tesla-Menu overlays**
Expand All @@ -45,6 +60,7 @@ Tesla-Menu can be opened by pressing `L` + `R Stick press (R3)` + `DPAD down`, a
- [Emuiibo](https://github.com/XorTroll/emuiibo) (this requires you to also install the Emuiibo sysmodule)
- [TriPlayer](https://github.com/DefenderOfHyrule/TriPlayer) (this requires you to also install the TriPlayer sysmodule)
- [ldn_mitm](https://github.com/DefenderOfHyrule/ldn_mitm) (this requires you to also install the ldn_mitm sysmodule)
- [Fizeau](https://github.com/averne/Fizeau) (this requires you to also install the Fizeau sysmodule)
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/modchip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Modchips allow any console, including all patched consoles, to run CFW!

### **General knowledge**

Patched Switch consoles, except certain original V1 consoles made from 2017 to mid-2018, are immune to the fusee-gelee exploit in RCM. Attempting to inject a payload on a Patched console will be unsuccessful.
Patched Switch consoles (consoles produced after mid-2018) are immune to the fusee-gelee exploit in RCM. Attempting to inject a payload on a Patched console will be unsuccessful.

Depending on your modchip's firmware, you may not be able to boot the console without a microSD card inserted.
This means without a microSD inserted at all times, your Switch becomes *unusable*.
Expand Down

0 comments on commit 296f7a2

Please sign in to comment.