mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[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:
@@ -1,3 +0,0 @@
|
||||
title=TVout OFF
|
||||
description=TV output disabled
|
||||
exec=/mnt/apps/tvoff/tvout-off.sh
|
||||
@@ -1,3 +0,0 @@
|
||||
title=TVout ON
|
||||
description=TV output enabled
|
||||
exec=/mnt/apps/tvon/tvout-on.sh
|
||||
3
board/miyoo/main/gmenu2x/sections/applications/tvout
Normal file
3
board/miyoo/main/gmenu2x/sections/applications/tvout
Normal file
@@ -0,0 +1,3 @@
|
||||
title=TVout ON/OFF
|
||||
description=TV output ON/OFF
|
||||
exec=/mnt/apps/tvout/tvout.sh
|
||||
3
board/miyoo/main/gmenu2x/sections/applications/usb-hid
Normal file
3
board/miyoo/main/gmenu2x/sections/applications/usb-hid
Normal file
@@ -0,0 +1,3 @@
|
||||
title=USB HID
|
||||
description=USB HID PC gamepad
|
||||
exec=/mnt/apps/usb-hid/usb-hid.sh
|
||||
Reference in New Issue
Block a user