help with a converter #322
-
I ordered and got this Adafruit rp2040 with USB-A host, planned to use it between my Kinesis KB500 and PC. Here's the repo: https://github.com/whyaaronbailey/adafruit_rp2040_usbh Miryoku is installed and successfully compiles for other keyboards.
Tried it - it compiles with QMK using the provided defaults but fails to recognize Miryoku as a valid layout. What am I missing? Must be something in the info.json?
UPD: tried the same by ditching QMK and just using miryoku branch - same result. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Miryoku QMK supports many keyboards, but unfortunately it can't support all keyboards automatically. The mechanism for keyboard support is described at https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku#subset-mapping. If the keyboard provides a community layout that Miryoku QMK supports then it will be supported without any extra effort. Otherwise, community layouts need to be enabled for the keyboard if a compatible layout exists, or a Miryoku subset mapping macro needs to be added for the keyboard. |
Beta Was this translation helpful? Give feedback.
Miryoku QMK supports many keyboards, but unfortunately it can't support all keyboards automatically. The mechanism for keyboard support is described at https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku#subset-mapping. If the keyboard provides a community layout that Miryoku QMK supports then it will be supported without any extra effort. Otherwise, community layouts need to be enabled for the keyboard if a compatible layout exists, or a Miryoku subset mapping macro needs to be added for the keyboard.
Also see #303, #264.