Add MIRYOKU_KLUDGE_TAPDELAY

This commit is contained in:
Manna Harbour
2022-10-26 16:16:05 +11:00
parent f6b87ad38c
commit 91c8402942
9 changed files with 222 additions and 77 deletions

View File

@@ -0,0 +1,23 @@
// 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>;
};
};
};