Open manna-harbour opened 2 years ago
@agisga Continuing from https://github.com/manna-harbour/miryoku/discussions/85#discussioncomment-2834628.
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.
Hi, is there still a plan for adding custom_keymap.c? That would be really cool.
custom_keymap.c
/custom_keymap.dtsi
for custom code / behaviours.