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>
14 lines
438 B
Makefile
14 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# python-keyboard
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_KEYBOARD_VERSION = 0.13.5
|
|
PYTHON_KEYBOARD_SITE = $(call github,boppreh,keyboard,v$(PYTHON_KEYBOARD_VERSION))
|
|
PYTHON_KEYBOARD_LICENSE = MIT
|
|
PYTHON_KEYBOARD_LICENSE_FILES = LICENSE
|
|
PYTHON_KEYBOARD_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|