Replies: 1 comment 1 reply
-
Try without the redirection into the tty, to check the output of xmk. E.g. Also try directly from https://github.com/manna-harbour/kmk_firmware i.e. without merging upstream. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I can't seem to get this going either with circuit python 7.x or 8.x. MCU - RPI Pico
Running
with the keyboard event and the device ttyACM1 device just produces a constant stream of CRs on the console
Steps I followed:
origin https://github.com/manna-harbour/kmk_firmware.git (fetch)
upstream
-upstream https://github.com/KMKfw/kmk_firmware (fetch)
git fetch upstream
&git merge upstream/master
kmk
folder to the root of the picoboards/xmk
to the root of the picoOther things I had to do
sudo chmod a+rw
to give permsBeta Was this translation helpful? Give feedback.
All reactions