In a QMK firmware configuration, I can map a single modifier key to a new keymap layer using MO(x).
How can I do this such that two modifier keys must be pressed simultaneously?
Example: I would like to map Fn + Ctrl + D to generate a Unicode delta, Fn + Ctrl + E to generate a Unicode epsilon, etc.
You have to put your specific code into the custom Quantum function
process_record_user:You can try the Quantum tab in the Firmware Builder. Even if it is end-of-life, you'll see, what is meant.
You can also set
UNICODEMAP_ENABLE = yesand use the Unicode Map.