Hi, is there any way to achive such behaviours? I need some hold or layer tap combinations with &uc (bindings = <&kp>, <&uc> OR bindings = <&mo>, <&uc>)
#define MAKE_HRM(NAME, TAP, TRIGGER_POS) \
ZMK_HOLD_TAP(NAME, \
bindings = <&kp>, <TAP>; \
flavor = "balanced"; \
tapping-term-ms = <TAPPING_TERM_MS>; \
quick-tap-ms = <QUICK_TAP_MS>; \
require-prior-idle-ms = <REQUIRE_PRIOR_IDLE_MS>; \
hold-trigger-on-release; \
hold-trigger-key-positions = <TRIGGER_POS>; \
)
MAKE_HRM(uhml, &uc, KEYS_L)
#define UHM_LGUI_RU_F &uhml LGUI UC_RU_F
While building get error, and many import errors, Im sure problem in uhml above
DT_N_S_keymap_S_layer_base_P_bindings_IDX_11_PH_FULL_NAME