Skip to content

Commit

Permalink
move over behaviors for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbohc committed Apr 27, 2024
1 parent efa94d2 commit d30b045
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/lily58.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,44 @@
#include <dt-bindings/zmk/ext_power.h>

/ {
combos {
compatible = "zmk,combos";

combo_esc {
timeout-ms = <50>;
key-positions = <0 1>;
bindings = <&kp ESC>;
};
};

behaviors {
ss_hs_modmorph: ss_hs_modmorph {
compatible = "zmk,behavior-mod-morph";
label = "SS_HS_MODMORPH";
bindings = <&kp M>, <&kp RIGHT_BRACKET>;

#binding-cells = <0>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};

kh_hs_tapdance: kh_hs_tapdance {
compatible = "zmk,behavior-tap-dance";
label = "KH_HS_TAPDANCE";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp LEFT_BRACKET>, <&kp RIGHT_BRACKET>;
};

hrm: hrm {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <200>;
require-prior-idle-ms = <125>;
bindings = <&kp>, <&kp>;
};
};
keymap {
compatible = "zmk,keymap";

Expand Down

0 comments on commit d30b045

Please sign in to comment.