Expected behavior
HoldTap and TapDance to function as expected
Debug output
Running in safe mode! Not running saved code.
You are in safe mode because:
CircuitPython core code crashed hard. Whoops!
Hard fault: memory access or instruction error.
Please file an issue with your program at github.com/adafruit/circuitpython/issues.
Press reset to exit safe mode.
Additional context
I was following the official documentation on how to set up these modules, I'm testing a simple implementation with just two different letters and without any of the optional paramters.
My board is a Waveshare RP2040-Zero, running CircuitPython 9.0.5
Describe the bug When I create a HoldTap or TapDance key, either in my keymap grid or as a variable, CircuitPython crashes and enters safe mode.
To Reproduce Steps to reproduce the behavior:
Expected behavior HoldTap and TapDance to function as expected
Debug output
Additional context I was following the official documentation on how to set up these modules, I'm testing a simple implementation with just two different letters and without any of the optional paramters.
My board is a Waveshare RP2040-Zero, running CircuitPython 9.0.5