I'm really close to being able to get the RPi Zero to emulate a keyboard. I plan to use this to make a custom input device using GPIO. I'm on 4.4.13+ and I'm loading a script in rc.local to configure the usb device. #!/bin/bash cd /sys/kernel/config/usb_gadget/ mkdir -p my_gadget cd my_gadget echo 0...