This website requires JavaScript.
Explore
Help
Sign In
sporq
/
kmk_firmware
Watch
1
Star
0
Fork
0
You've already forked kmk_firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
97091ff4fd
kmk_firmware
/
kmk
/
entrypoints
/
handwire
/
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 09:15:16 +02:00
import
pyb
Implement basic HID keyboard support (send_string works great!)
2018-09-17 05:49:14 +02:00
pyb
.
usb_mode
(
'
VCP+HID
'
,
hid
=
pyb
.
hid_keyboard
)
# act as a serial device and a mouse
Reference in New Issue
Copy Permalink