Skip to content

Commit

Permalink
Update am_hatsu.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
rain2813 authored Mar 11, 2024
1 parent ed818d0 commit c43ea5c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config/am_hatsu.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,50 @@
};
};

behaviors {
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <150>;
quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};

aa: aa {
compatible = "zmk,behavior-tap-dance";
label = "select all";
#binding-cells = <0>;
tapping-term-ms = <100>;
bindings = <&kp A>, <&kp LG(A)>;
};

cc: cc {
compatible = "zmk,behavior-tap-dance";
label = "copy";
#binding-cells = <0>;
tapping-term-ms = <100>;
bindings = <&kp C>, <&kp LG(C)>;
};

cv: cv {
compatible = "zmk,behavior-tap-dance";
label = "paste";
#binding-cells = <0>;
tapping-term-ms = <100>;
bindings = <&kp V>, <&kp LG(V)>;
};

cx: cx {
compatible = "zmk,behavior-tap-dance";
label = "cut";
#binding-cells = <0>;
tapping-term-ms = <100>;
bindings = <&kp X>, <&kp LG(X)>;
};

};


#define DEFAULT 0
Expand Down

0 comments on commit c43ea5c

Please sign in to comment.