Replies: 1 comment
-
What did you put in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to compile Miryoku-qmk for adafruit_rp2040_usbh converter. Can someone please explain the steps? I'm getting errors.
I tried installing a clean QMK, the firmware version is 0.27.1 (adafruit_rp2040_usbh suggests at least v0.24), following the setup steps, then copying the
manna-harbour_miryoku
files into~/qmk_firmware/users/manna-harbour_miryoku
, andkeyboards/converter/adafruit_rp2040_usbh/keymaps/manna-harbour_miryoku
qmk compile -c -kb converter/adafruit_rp2040_usbh -km default
works,but
qmk compile -c -j6 -kb converter/adafruit_rp2040_usbh -km manna-harbour_miryoku
fails:https://pastebin.com/bScAa0Ap
specifically,
What is the proper way of combining the two?
upd: same result when using https://github.com/drashna/qmk_userspace/tree/miryoku
Beta Was this translation helpful? Give feedback.
All reactions