More actions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|image_alt=TVIKEY | |image_alt=TVIKEY | ||
}} | }} | ||
TVIKEY is a plugin for the PlayStation Vita that enables USB keyboard and mouse support | TVIKEY is a plugin for the PlayStation Vita that enables USB keyboard and mouse support (no mouse > touch translation). | ||
== | == Installation == | ||
* Copy <code>tvikey.skprx</code> into <code>ur0:tai</code> folder | * Copy <code>tvikey.skprx</code> into <code>ur0:tai</code> folder | ||
* Add <code>ur0:tai/tvikey.skprx</code> line under <code>*KERNEL</code> in tai config and reboot. | * Add <code>ur0:tai/tvikey.skprx</code> line under <code>*KERNEL</code> in tai config and reboot. | ||
* Create (or copy sample) <code>tvikey.ini</code> into <code>ux0:/data/</code>, see [https://github.com/isage/tvikey/blob/master/CONFIG.md config format]. | * Create (or copy sample) <code>tvikey.ini</code> into <code>ux0:/data/</code>, see [https://github.com/isage/tvikey/blob/master/CONFIG.md config format]. | ||
* For | * For Vita you need usb Y-cable and external power. See [https://github.com/isage/vita-usb-ether#hardware this] for example. | ||
* You'll need (powered) usb-hub to connect mouse and keyboard at the same time | * You'll need (powered) usb-hub to connect mouse and keyboard at the same time. | ||
* Your mouse/keyboard must support usb hid boot protocol (e.g. work in pc bios) | * Your mouse/keyboard must support usb hid boot protocol (e.g. work in pc bios). | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* | * Read README. | ||
* Expect bugs. | |||
== Credits == | == Credits == | ||
* | * [https://github.com/CreepNT/ CreepNT] - Help and support. | ||
* | * CBPS discord - For support and stupid ideas. | ||
== External links == | == External links == | ||
* GitHub - https://github.com/isage/tvikey | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/141r0c7/release_tvikey_pstvvita_usb_mousekeyboard_driver/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/141r0c7/release_tvikey_pstvvita_usb_mousekeyboard_driver/ | ||
Revision as of 12:33, 12 Haziran 2023
TVIKEY | |
---|---|
General | |
Author | isage |
Type | Plugins |
Version | 1.0 |
License | MIT License |
Last Updated | 2023/06/06 |
Links | |
Download | |
Website | |
Source | |
TVIKEY is a plugin for the PlayStation Vita that enables USB keyboard and mouse support (no mouse > touch translation).
Installation
- Copy
tvikey.skprx
intour0:tai
folder - Add
ur0:tai/tvikey.skprx
line under*KERNEL
in tai config and reboot. - Create (or copy sample)
tvikey.ini
intoux0:/data/
, see config format. - For Vita you need usb Y-cable and external power. See this for example.
- You'll need (powered) usb-hub to connect mouse and keyboard at the same time.
- Your mouse/keyboard must support usb hid boot protocol (e.g. work in pc bios).
Changelog
v1.0
- Read README.
- Expect bugs.
Credits
- CreepNT - Help and support.
- CBPS discord - For support and stupid ideas.