[PACKAGE/BOARD] Add handle usb-hid gadget (#55)

* Add handle usb-hid gadget (Tunr your handheld into usb gamepad for PC)

* Add special keys handling

* add Manual for USB-HID app

* use st terminal to execute script

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
This commit is contained in:
tiopex
2023-11-28 23:15:18 +01:00
committed by GitHub
parent f7fbe79d2f
commit 10d3f8c37a
15 changed files with 151 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/busybox sh
FILE=/mnt/tvout
if [ -f "$FILE" ]; then
rm "$FILE"
else
touch "$FILE"
fi
sync
reboot