mirror of
https://github.com/averymd/sofle-v2-oled-zmk.git
synced 2026-01-09 16:21:59 +00:00
Lengthen mod-tap duration
This commit is contained in:
committed by
GitHub
parent
f84b12b1bf
commit
3b167f2969
@@ -27,6 +27,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
behaviors {
|
||||
mt: mod_tap {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
#binding-cells = <2>;
|
||||
flavor = "hold-preferred";
|
||||
tapping-term-ms = <300>;
|
||||
bindings = <&kp>, <&kp>;
|
||||
display-name = "Mod-Tap";
|
||||
};
|
||||
};
|
||||
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user