You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@agisga Continuing from #85 (comment).
There's no extra support for custom combos in Miryoku QMK at the moment, but they can be added in manna-harbour_miryoku.c as you've been doing without too much risk of merge conflicts. I may add custom_keymap.c or similar for custom userspace code such as this. But in Miryoku ZMK I've defined macros for the key emulation combos, so something like that in Miryoku ZMK and Miryoku QMK for user combos might help. Or to keep it in custom_config.h only it could be done via X macros in the same way as the layer list.
custom_keymap.c
/custom_keymap.dtsi
for custom code / behaviours.The text was updated successfully, but these errors were encountered: