KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.34k stars 462 forks source link

[BUG] CircuitPython 7.x no longer supported? #847

Closed drayde closed 12 months ago

drayde commented 12 months ago

I tried using KMK on a Seedstudio XIOA RP2040 with CircuitPython 7.2 installed (this version is linked in their documentation). KMK gave me an module not found error for _asyncio when importing the KMK modules

The problem went away when upgrading to CircuitPython 8.x

However, the Getting Started says, that 7.x should be OK. Maybe just change the documentation to 8.x?

grasegger commented 12 months ago

@drayde can you please test 7.3?

With 7.2 I got the same on my xiao ble sense, but 7.3 worked.

EDIT: You can find the fw in https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/seeeduino_xiao_rp2040/

drayde commented 12 months ago

Yes, you are right, tested with 7.3.3, it works