This website requires JavaScript.
Explore
Help
Sign In
steven-y-e
/
kmk
Watch
1
Star
0
Fork
You've already forked kmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5cdd678073
kmk
/
entrypoints
/
pyboard_boot.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Support the PyBoard v1.1 as much as the Feather was, at least
2018-09-16 03:15:16 -04:00
import
pyb
Implement basic HID keyboard support (send_string works great!)
2018-09-16 23:49:14 -04:00
pyb
.
usb_mode
(
'
VCP+HID
'
,
hid
=
pyb
.
hid_keyboard
)
# act as a serial device and a mouse