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
Hello, I am getting this error when I am am trying to:
to Enable usb drive by pressing key when booting up keyboard.
I have reinstalled everything several times but get the same error. I can only find the Digitalio.py file in KMK/scanners. All others I have been unable to locate on the CircuitPY drive.
Is there something I am missing.
Here is a screen capture of the error in VS code.
Thanks for all your help in advance
The text was updated successfully, but these errors were encountered:
is the error only in vs code? because the circuitpython is not the full python interpreter it has other built in libraries that are unique for microcontrollers. I personally dont use linting for the python code and just check the errors in the repl as the vs code linting never really worked for me. maybe there are circuit python plugins for vscode or adjustments you need to do but I haven't tried these
sorry for the late reply, you would add a key with customkeys.ToggleDrive and then when pressing it it would flip the state for next boot so after unplugging and replugging it should hide the drive (and the other way around of course)
Hello, I am getting this error when I am am trying to:
to Enable usb drive by pressing key when booting up keyboard.
I have reinstalled everything several times but get the same error. I can only find the Digitalio.py file in KMK/scanners. All others I have been unable to locate on the CircuitPY drive.
Is there something I am missing.
Here is a screen capture of the error in VS code.
Thanks for all your help in advance
The text was updated successfully, but these errors were encountered: