Skip to content

Commit 296f7a2

Browse files
added changing button combination section to tesla menu page, edited modchip introduction page to sound less confusing
1 parent b4010cb commit 296f7a2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Diff for: docs/extras/autorcm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ AutoRCM can be used for good as well:
3535

3636
### **Enable/Disable AutoRCM**
3737

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

4040
1. Boot into Hekate
4141
2. Go to `Tools`

Diff for: docs/homebrew/tesla-menu.md

+16
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ Tesla-Menu can be opened by pressing `L` + `R Stick press (R3)` + `DPAD down`, a
3636

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

39+
#### Changing the button combination
40+
41+
If you wish to change the default button configuration, see the instructions below:
42+
43+
1. Navigate to `sd:/config` on your microSD card.
44+
2. Create a folder named `tesla` if it doesn't exist already.
45+
3. Create a file named `config.ini` in `sd:/config/tesla`.
46+
4. Paste the following text inside of `config.ini`:
47+
```
48+
[tesla]
49+
key_combo=L+R+RS
50+
# A, B, X, Y, LS, RS, L, R, ZL, ZR, PLUS, MINUS, DLEFT, DUP, DRIGHT, DDOWN, SL, SR
51+
```
52+
5. Change the `key_combo` value to anything you desire and save the file. The accepted inputs are mentioned on the third line.
53+
3954
-----
4055
4156
### **Commonly used Tesla-Menu overlays**
@@ -45,6 +60,7 @@ Tesla-Menu can be opened by pressing `L` + `R Stick press (R3)` + `DPAD down`, a
4560
- [Emuiibo](https://github.com/XorTroll/emuiibo) (this requires you to also install the Emuiibo sysmodule)
4661
- [TriPlayer](https://github.com/DefenderOfHyrule/TriPlayer) (this requires you to also install the TriPlayer sysmodule)
4762
- [ldn_mitm](https://github.com/DefenderOfHyrule/ldn_mitm) (this requires you to also install the ldn_mitm sysmodule)
63+
- [Fizeau](https://github.com/averne/Fizeau) (this requires you to also install the Fizeau sysmodule)
4864
4965
-----
5066

Diff for: docs/user_guide/modchip/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Modchips allow any console, including all patched consoles, to run CFW!
1717

1818
### **General knowledge**
1919

20-
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.
20+
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.
2121

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

0 commit comments

Comments
 (0)