More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Rehid With Virtual Sliders | |title=Rehid With Virtual Sliders | ||
|image= | |image=3ds.png | ||
|description= | |description=Save your 3DS from broken sliders, controlled through key combo. | ||
|author=GrieferPig | |author=GrieferPig | ||
|lastupdated=2024/04/28 | |lastupdated=2024/04/28 | ||
Line 19: | Line 19: | ||
|image_alt=rehid_w_virtual_sliders | |image_alt=rehid_w_virtual_sliders | ||
}} | }} | ||
Rehid With Virtual Sliders is a fork the original [[Rehid_3DS|Rehid project]], which is used for remapping buttons on the 3DS. This fork version adds support for mapping both sliders, allowing you to adjust them even if they're physically broken. | Rehid With Virtual Sliders is a fork the original [[Rehid_3DS|Rehid project]], which is used for remapping buttons on the 3DS. This fork version adds support for mapping both sliders, allowing you to adjust them even if they're physically broken. You can add and modify this in your rehid json config file to fit your preference. | ||
<pre> | |||
{ | |||
"keys": [ | |||
{ | |||
"get": "VOLUP", | |||
"press": "START+R" | |||
}, | |||
{ | |||
"get": "VOLDN", | |||
"press": "START+L" | |||
}, | |||
{ | |||
"get": "3DUP", | |||
"press": "SELECT+R" | |||
}, | |||
{ | |||
"get": "3DDN", | |||
"press": "SELECT+L" | |||
} | |||
] | |||
} | |||
</pre> | |||
'''Note:''' You don't need rehidhelper for this, and do not use that to update rehid module, it will overwrite this module with the original one which does not have adjustable virtual sliders. | '''Note:''' You don't need rehidhelper for this, and do not use that to update rehid module, it will overwrite this module with the original one which does not have adjustable virtual sliders. | ||
Line 26: | Line 49: | ||
Download the zip file from [https://github.com/GrieferPig/rehid_w_virtual_sliders/releases here]. | Download the zip file from [https://github.com/GrieferPig/rehid_w_virtual_sliders/releases here]. | ||
Unzip it to your SD card root. Make sure you have FIRM patching in Luma3ds settings. | Unzip it to your SD card root. Make sure you have FIRM patching in Luma3ds settings: | ||
* Hold Select+Power button until the top screen shows "Luma3ds Configuration". | |||
* Use D-Pad to go to "Enable loading external FIRMs and modules" and press A to enable; if it is already enabled, leave as is. | |||
== Controls == | == Controls == | ||
Line 32: | Line 57: | ||
Select+L/R - Adjust 3D | Select+L/R - Adjust 3D | ||
== Compatibility == | |||
Tested by the author on N3DS XL. | |||
==Changelog== | ==Changelog== |
Revision as of 09:03, 14 July 2024
Rehid With Virtual Sliders | |
---|---|
General | |
Author | GrieferPig |
Type | Utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2024/04/28 |
Links | |
Download | |
Website | |
Source | |
Rehid With Virtual Sliders is a fork the original Rehid project, which is used for remapping buttons on the 3DS. This fork version adds support for mapping both sliders, allowing you to adjust them even if they're physically broken. You can add and modify this in your rehid json config file to fit your preference.
{ "keys": [ { "get": "VOLUP", "press": "START+R" }, { "get": "VOLDN", "press": "START+L" }, { "get": "3DUP", "press": "SELECT+R" }, { "get": "3DDN", "press": "SELECT+L" } ] }
Note: You don't need rehidhelper for this, and do not use that to update rehid module, it will overwrite this module with the original one which does not have adjustable virtual sliders.
Installation
Download the zip file from here.
Unzip it to your SD card root. Make sure you have FIRM patching in Luma3ds settings:
- Hold Select+Power button until the top screen shows "Luma3ds Configuration".
- Use D-Pad to go to "Enable loading external FIRMs and modules" and press A to enable; if it is already enabled, leave as is.
Controls
Start+L/R - Adjust volume
Select+L/R - Adjust 3D
Compatibility
Tested by the author on N3DS XL.
Changelog
v1.0
- First Release.