mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00

* 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>
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
config BR2_PACKAGE_PYTHON_KEYBOARD
|
|
select BR2_PACKAGE_KBD
|
|
bool "python-keyboard"
|
|
help
|
|
Hook and simulate keyboard events on Windows and Linux
|
|
https://pypi.org/project/keyboard
|
|
|