Skip to content

Commit

Permalink
debug: slow down AGRA macro to 50ms
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 4, 2024
1 parent 1d050cd commit 1efa65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ZMK_LAYER(ColeAcc,
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&A_GR COL &CIRC E COL &E_CU COL &hrmeg SL COL XXX XXX &hrmic SL COL &O_CI COL &U_CI COL &KPD ACC_GR COL
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&A_CI COL XXX &CEDIL COL XXX XXX XXX XXX XXX &u_grave_ &KPD ACC_CI COL
&A_CI COL XXX &CEDIL COL XXX XXX XXX XXX XXX &MA UGR COL &KPD ACC_CI COL
// ╰───────────┴───────────┴───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┴────────────┴────────────╯
___ &to COL ___ ___
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
Expand Down
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 500>,
<&macro_wait_time 500>,
<&macro_tap_time 50>,
<&macro_wait_time 50>,
<&macro_param_2to1>,
<&macro_press &kp MACRO_PLACEHOLDER>,
<&macro_param_1to1>,
Expand Down

0 comments on commit 1efa65a

Please sign in to comment.