manna-harbour / miryoku

Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout.
2.64k stars 129 forks source link

Support additional customisation in custom_config.h #94

Open manna-harbour opened 2 years ago

manna-harbour commented 2 years ago
manna-harbour commented 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.

nodupe commented 10 months ago

Hi, is there still a plan for adding custom_keymap.c? That would be really cool.