You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#include <dt-bindings/zmk/keys.h>
|
|
|
|
#include <behaviors.dtsi>
|
|
|
|
#include <dt-bindings/zmk/kscan_mock.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/ {
|
|
|
|
behaviors {
|
|
|
|
ht_hold: behavior_hold_hold_tap {
|
|
|
|
compatible = "zmk,behavior-hold-tap";
|
|
|
|
label = "hold_hold_tap";
|
|
|
|
#binding-cells = <2>;
|
|
|
|
flavor = "hold-preferred";
|
|
|
|
tapping-term-ms = <300>;
|
|
|
|
quick-tap-ms = <200>;
|
|
|
|
bindings = <&kp>, <&kp>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
keymap {
|
|
|
|
compatible = "zmk,keymap";
|
|
|
|
label ="Default keymap";
|
|
|
|
|
|
|
|
default_layer {
|
|
|
|
bindings = <
|
|
|
|
&ht_hold LEFT_SHIFT F &ht_hold LEFT_CONTROL J
|
|
|
|
&kp D &kp RIGHT_CONTROL>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|