Hi, I'm new to ZMK but a fairly seasoned QMK user. I want to use the balanced flavour for &mt and < behaviours, but I don't understand where to put that configuration.
I can see for example that in https://zmk.dev/docs/behaviors/hold-tap#retro-tap there's a suggestion to enable retro-tap using:
&mt {
retro-tap;
};
so I'm guessing similarly I could do:
< {
flavor = "balanced";
};
But I'm not sure where to put a block of this sort. I tried putting it inside behaviors in my keymap, and also after behaviors in the same {} block. Both incur a parse error.
Or do I have to create a custom behaviour using compatible = "zmk,behavior-layer-tap" and fill in all the properties, just to tweak the default config?
Summary