Skip to content

Commit

Permalink
fix holdtap num parameter mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
t4corun committed Aug 18, 2023
1 parent cc83655 commit f519d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/user/holdtap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
compatible = "zmk,behavior-hold-tap"; \
label = ZMK_MACRO_STRINGIFY(NAME); \
flavor = ZMK_MACRO_STRINGIFY(FLAVOR); \
tapping-term-ms = <200>; \
quick-tap-ms = <125>; \
tapping-term-ms = <TAPPING_TERM>; \
quick-tap-ms = <QUICK_TAP_TERM>; \
#binding-cells = <2>; \
bindings = <HOLD>, <TAP>; \
};
Expand Down

0 comments on commit f519d14

Please sign in to comment.