mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
// Copyright 2022 Manna Harbour
|
|
// https://github.com/manna-harbour/miryoku
|
|
|
|
/ {
|
|
behaviors {
|
|
u_mt: u_mt {
|
|
compatible = "zmk,behavior-hold-tap";
|
|
label = "u_mt";
|
|
#binding-cells = <2>;
|
|
tapping_term_ms = <U_TAPPING_TERM>;
|
|
flavor = "tap-preferred";
|
|
bindings = <&kp>, <&kp>;
|
|
};
|
|
u_lt: u_lt {
|
|
compatible = "zmk,behavior-hold-tap";
|
|
label = "u_lt";
|
|
#binding-cells = <2>;
|
|
tapping_term_ms = <U_TAPPING_TERM>;
|
|
flavor = "tap-preferred";
|
|
bindings = <&mo>, <&kp>;
|
|
};
|
|
};
|
|
};
|