Skip to content

Commit

Permalink
attempting to improve shift
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Nov 15, 2024
1 parent 096ab2f commit 6a81a4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/boards/shields/ehrbl/taps.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#define HM_TAPPING_TERM 280
#define HM_TAPPING_TERM_FAST 200
#define HM_RPI 175
#define HM_RPI 150
#define HM_RPI_FAST 50

#define KEYS_L LT3 LT2 LT1 LM4 LM3 LM2 LM1 LB4 LB3 LB2 LB1 // left-hand keys
#define KEYS_R RT1 RT2 RT3 RM1 RM2 RM3 RM4 RB1 RB2 RB3 RB4 // right-hand keys
Expand Down Expand Up @@ -35,17 +36,21 @@
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <HM_TAPPING_TERM_FAST>;
require-prior-idle-ms = <HM_RPI_FAST>;
hold-trigger-key-positions = < KEYS_R THUMBS >;
bindings = <&kp>, <&kp>;
hold-trigger-on-release;
};

hrs: home_row_mod_right_shift {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <HM_TAPPING_TERM_FAST>;
require-prior-idle-ms = <HM_RPI_FAST>;
hold-trigger-key-positions = < KEYS_L THUMBS >;
bindings = <&kp>, <&kp>;
hold-trigger-on-release;
};

mqt: momentary-quick-tap {
Expand Down

0 comments on commit 6a81a4c

Please sign in to comment.