Add native USB HID boot setup and status display

This commit is contained in:
2026-08-26 14:10:31 +02:00
parent d0c926abd6
commit 0e9637c474
5 changed files with 218 additions and 40 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Configure native USB HID before MicroPython starts main.py."""
from hid import initialise
# Keep the configured USB device and its callbacks alive for the whole session.
hid = initialise()