Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Enabling pan still causes error code 10 #1083

Closed
Glodigit opened this issue Feb 13, 2025 · 1 comment
Closed

[BUG] Enabling pan still causes error code 10 #1083

Glodigit opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Glodigit
Copy link
Contributor

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,
            )
)

Image

ESP32-S2:

import board
from   kmk.bootcfg import bootcfg
print(
bootcfg(    sense  = board.IO0, # PCB Button
            midi   = False,
            pan    = True,
            nkro   = True,
            )
)

Image

@Glodigit Glodigit added the bug Something isn't working label Feb 13, 2025
@xs5871
Copy link
Collaborator

xs5871 commented Feb 14, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants