Search found 1 match

by Ashmon
Thu Nov 26, 2015 3:58 am
Forum: MicroPython pyboard
Topic: HID Keyboard functionality?
Replies: 14
Views: 19184

Re: HID Keyboard functionality?

My apologies in advance for resurrecting an older thread. Is it possible to bind the micropython board as an HID which is both a keyboard and a mouse at the same time? Rather than pyb.usb_mode('CDC+HID') or pyb.usb_mode('CDC+HID', hid=pyb.hid_keyboard) something like pyb.usb_mode('CDC+HID', hid=pyb....