forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
I was reading comments on a bug, and stumbled upon this comment:
#5212 (comment)
which explains why my keyboards are so slow to work when I'm switching between hosts with a KVM. I previously blamed the slow USB enumeration in general, and the KVM in particular, but this explains it.
I wonder if adding a compile-time option for skipping this wait (so that I could use it for my keyboards) would be accepted? In my case I don't particularly need the safe mode, and this would increase the comfort of working with a KVM greatly.
I also wonder if there are more such delays that could be disabled?
ajsirota