Manna Harbour

Results 67 comments of Manna Harbour

A work-around is to substitute macros with a delay between press and release in place of `&kp` in hold tap.

Here's a demonstration of this issue: https://github.com/manna-harbour/xmk/discussions/3.

> A work-around is to substitute macros with a delay between press and release in place of `&kp` in hold tap. This has been added as an option to Miryoku...

You could do this now using https://github.com/zmkfirmware/zmk/pull/1318 if you enable the shell over USB. But as that takes a key position index, it would mean either maintaining your keymap in...

This is great, thanks! I've tested it and would be happy for it to be merged now. Suggestions for future work: - Add docs - The command is `key`. Sub...

> > How to enable the shell over USB is currently not documented anywhere > > I added some instructions for that here: [caksoylar/zmk-posix-testbed@e55dd85](https://github.com/caksoylar/zmk-posix-testbed/commit/e55dd8504163144212470c3c6beaf97be806b17c) However since it didn't work on...

I have a working shield with shell over CDC_ACM now, will share after some cleanup.

I've made something like KMonad using this PR. See https://github.com/manna-harbour/xmk/discussions/2.

Thanks for the fix! It was missed in https://github.com/qmk/qmk_firmware/pull/18560. However, it's already been fixed in the `miryoku` branch in https://github.com/manna-harbour/miryoku_qmk/commit/cb156972fa64f4b89d5cc672ba65bd33dc4b634d, and making the change here will cause a conflict when...