├── README.md ├── button.sh ├── button_setup.sh ├── hidnet.sh ├── hidonly.sh └── string2hid.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/README.md -------------------------------------------------------------------------------- /button.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/button.sh -------------------------------------------------------------------------------- /button_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/button_setup.sh -------------------------------------------------------------------------------- /hidnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/hidnet.sh -------------------------------------------------------------------------------- /hidonly.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/hidonly.sh -------------------------------------------------------------------------------- /string2hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crmulliner/hidemulation/HEAD/string2hid.c --------------------------------------------------------------------------------