Skip to content

Commit

Permalink
combo helper does not like parameterized macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 19, 2023
1 parent 9dd0fdb commit 36149a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ZMK_BEHAVIOR(A_GR, macro, bindings = <&kp BACKSLASH>, <&to DEF>;) // À
ZMK_BEHAVIOR(A_CI, macro, bindings = <&fr_a_cf>, <&to DEF>;) // Â
ZMK_BEHAVIOR(E_CU, macro, bindings = <&kp SLASH>, <&to DEF>;) // É
ZMK_BEHAVIOR(E_GR, macro, bindings = <&kp APOS>, <&to DEF>;) // È
ZMK_BEHAVIOR(E_CI, macro, bindings = <&fr_e_cf>, <&to DEF>;) // Ê
ZMK_BEHAVIOR(E_CI, macro, bindings = <&CIRC E>, <&to DEF>;) // Ê
ZMK_BEHAVIOR(I_CI, macro, bindings = <&fr_i_cf>, <&to DEF>;) // Î
ZMK_BEHAVIOR(O_CI, macro, bindings = <&fr_o_cf>, <&to DEF>;) // Ô
ZMK_BEHAVIOR(U_CI, macro, bindings = <&fr_u_cf>, <&to DEF>;) // Û
Expand Down Expand Up @@ -83,5 +83,5 @@ ZMK_BEHAVIOR(CIRC, macro_one_param, bindings = // ^ to input

#define ACC_TIMEOUT 2000

ZMK_COMBO(combo_cap_e_circ_l, &CIRC E, LM3 LM1, 1, ACC_TIMEOUT)
ZMK_COMBO(combo_cap_e_circ_r, &CIRC E, LM3 RM1, 1, ACC_TIMEOUT)
ZMK_COMBO(combo_cap_e_circ_l, &E_CI, LM3 LM1, ACC)
ZMK_COMBO(combo_cap_e_circ_r, &E_CI, LM3 RM1, ACC, ACC_TIMEOUT)

0 comments on commit 36149a8

Please sign in to comment.