Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Incblob committed Nov 4, 2024
1 parent e5f3664 commit b38e8c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/horizon/behaviors.dtsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#define my_tapping_term 160

#define TD_template compatible = "zmk,behavior-tap-dance"; #binding-cells = <0>; tapping-term-ms = <250>
#define TD_template compatible = "zmk,behavior-tap-dance"; #binding-cells = <0>; tapping-term-ms = <200>

#define my_hrm_config \
compatible = "zmk,behavior-hold-tap"; \
Expand All @@ -23,7 +23,7 @@ behaviors {
compatible = "zmk,behavior-hold-tap";
label = "AUTO_SHIFT";
#binding-cells = <2>;
tapping_term_ms = <165>;
tapping_term_ms = <170>;
quick_tap_ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/horizon/horizon.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

&sk {
release-after-ms = <1000>;
quick-release;
// quick-release;
};

&caps_word {
Expand Down
4 changes: 2 additions & 2 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 15
#define MACRO_TAP_Q 10
#define MACRO_TAP 10
#define MACRO_TAP_Q 5

macros {
ZMK_MACRO(line_select,
Expand Down

0 comments on commit b38e8c7

Please sign in to comment.