Replies: 2 comments 6 replies
-
printing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you try an older circuit python? If you're using my KMK branch directly then I imagine it's a circuit python issue. I'm not sure offhand what version I used but it was the current version at the time of writing the xmk keyboard definition. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mapping for my laptop
and a keymap
and in
xmk_scanner.py
i've added to line 20then when pressing keys i get successful output:
but for some reason only the first key (id 0) works to output 'q'
if i change the next line from
to
any key outputs 'q' as expected
but if i change it to 1 or above, nothing gets output
The only thing i can think of is something changed in circuit python, i think you must be using v7 since i had to comment this line out in
boot.py
that doesn't exist in v8 anymoredo you have any other ideas?
Beta Was this translation helpful? Give feedback.
All reactions