Skip to content

Commit

Permalink
debug: slow down AGRA macro to 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 4, 2024
1 parent 1efa65a commit 7f372bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ZMK_MACRO_ONE_PARAM(TREMA, bindings =
// ` to input
ZMK_MACRO_TWO_PARAM(AGRA, bindings =
<&kp ACC_GR>,
<&macro_tap_time 50>,
<&macro_wait_time 50>,
<&macro_tap_time 100>,
<&macro_wait_time 100>,
<&macro_param_2to1>,
<&macro_press &kp MACRO_PLACEHOLDER>,
<&macro_param_1to1>,
Expand Down

0 comments on commit 7f372bb

Please sign in to comment.