Skip to content

Commit

Permalink
fix: flavor andd remove quick tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikilio committed Dec 23, 2023
1 parent d46355d commit eb00577
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions miryoku/miryoku_behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
label = "HOMEROW_MODS_LEFT";
#binding-cells = <2>;
tapping-term-ms = <U_TAPPING_TERM>;
flavor = "tap-unless-interrupted";
quick-tap-ms = <U_TAPPING_TERM>;
flavor = "balanced";
bindings = <&kp>, <&kp>;
#if defined (MIRYOKU_HOME_MOD_RIGHT_POSITIONS)
hold-trigger-key-positions = MIRYOKU_HOME_MOD_RIGHT_POSITIONS ;
Expand All @@ -36,8 +35,7 @@
label = "HOMEROW_MODS_RIGHT";
#binding-cells = <2>;
tapping-term-ms = <U_TAPPING_TERM>;
flavor = "tap-unless-interrupted";
quick-tap-ms = <U_TAPPING_TERM>;
flavor = "balanced";
bindings = <&kp>, <&kp>;
#if defined (MIRYOKU_HOME_MOD_LEFT_POSITIONS)
hold-trigger-key-positions = MIRYOKU_HOME_MOD_LEFT_POSITIONS ;
Expand Down

0 comments on commit eb00577

Please sign in to comment.