You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to test and #1028 still persists, though it now shows as a "HID-compliant mouse". I tested using CPy 8.2.10 on a RP2040 and 9.2.4 on an ESP32-S2 and both still show error code 10:
Problem Status:
C0110004
RP2040
import board
from kmk.bootcfg import bootcfg
print(
bootcfg( sense = board.BUTTON,
midi = False,
pan = True,
nkro = True,
)
)
ESP32-S2:
import board
from kmk.bootcfg import bootcfg
print(
bootcfg( sense = board.IO0, # PCB Button
midi = False,
pan = True,
nkro = True,
)
)
The text was updated successfully, but these errors were encountered:
This was an upstream issue with circuitpython in the first place and it's still working on other MCUs.
Your best best course of action is to check the circuitpython issues and/or report it there.
I managed to test and #1028 still persists, though it now shows as a "HID-compliant mouse". I tested using CPy 8.2.10 on a RP2040 and 9.2.4 on an ESP32-S2 and both still show error code 10:
RP2040
ESP32-S2:
The text was updated successfully, but these errors were encountered: