Skip to content

Commit

Permalink
timings
Browse files Browse the repository at this point in the history
  • Loading branch information
Incblob committed Nov 4, 2024
1 parent eadb6b1 commit e35f62a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
15 changes: 9 additions & 6 deletions config/boards/shields/horizon/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ behaviors {
bindings = <&semi_space>, <&comma_space>;
};

td_r: td_r{
TD_template;
bindings = <&lt l_R R>
, <&kp LS(R)>;
};

td_qu: td_qu {
TD_template;
bindings = <&mt_qu Q U>
Expand All @@ -81,6 +75,15 @@ behaviors {
my_lk_config;
bindings = <&macro_QU_cap>, <&macro_QU>;
};
// ----- LAYER
td_r: td_r{
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <100>;
bindings = <&lt l_L R>
, <&kp LS(R)>;
};

// shift_qu: shift_qu_macro {
// my_lk_config;
// bindings = <&macro_QU_cap>, <&macro_QU>;
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/horizon/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bindings = <BINDINGS>; \
key-positions = <KEYPOS>; \
layers = LAYERS; \
timeout-ms = <55>; \
timeout-ms = <35>; \
};

// #define COMBO_ROLL(NAME, BINDINGS, KEYPOS, LAYERS) \
Expand Down
5 changes: 5 additions & 0 deletions config/boards/shields/horizon/horizon.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
lazy;
};

&lt {
tapping-term-ms = <100>;
};


&caps_word {
continue-list = <UNDERSCORE MINUS BACKSPACE DELETE LEFT RIGHT LS(FSLH) FSLH>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/horizon/horizon_layers.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ coding_layer {
&kp ESC AS(F12) AS(W) AS(M) AS(G) AS(J) &td_qu &td_dot &td_qu AS(Y) &as LC(G) LC(F) &kp LC(HOME)
&kp LSHFT AS(X) AS(C) AS(N) AS(T) AS(K) &td_comma AS(A) AS(E) AS(I) AS(F) &kp LC(END)
AS(TAB) AS(S) AS(P) AS(L) AS(D) AS(V) &kp LS(LC(LALT)) &caps_word AS(NON_US_HASH) AS(U) AS(O) AS(Z) AS(H) AS(RET)
&kp LCTRL AS(B) &kp LGUI &kp LG(LS(S)) &mt LALT ESC &lt l_L SPACE &kp BSPC &mt LSHIFT DELETE &td_r AS(FSLH) &kp LEFT &kp UP &kp DOWN &kp RIGHT
&kp LCTRL AS(B) &kp LGUI &kp LG(LS(S)) &mt LALT ESC &td_r &kp BSPC &mt LSHIFT DELETE &lt l_R SPACE AS(FSLH) &kp LEFT &kp UP &kp DOWN &kp RIGHT
>;
};

Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/horizon/horizon_layout.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
│ X W M G J │ │ #$ .: /* "[ '] │
│ S C N T K | | ,; A E I H │
│ B P L D V │ │ -+ U O Y F │
╰──────────╮ SPC BSC │ │ R - ╭──────────────╯
╰──────────╮ R BSC │ │ Space - ╭──────────────╯
╰────────────╯ ╰───────────╯
*/

Expand Down
6 changes: 3 additions & 3 deletions config/boards/shields/horizon/macros.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MACRO_WAIT 15
#define MACRO_TAP 10
#define MACRO_TAP_Q 5
#define MACRO_WAIT 5
#define MACRO_TAP 5
#define MACRO_TAP_Q 3

macros {
ZMK_MACRO(line_select,
Expand Down

0 comments on commit e35f62a

Please sign in to comment.