Skip to content

Commit

Permalink
remove params from CAR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 12, 2024
1 parent 551e28a commit 2c3c309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ZMK_LAYER(qwerty,

ZMK_LAYER(accent,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
XXX XXX &TREM E DEF XXX XXX XXX &TREM I DEF &TREM O DEF &TREM U DEF &KPD ACC_TR DEF
XXX XXX &TREM E DEF XXX XXX XXX &TREM I DEF &TREM O DEF &TREM U DEF &KPD ACC_TR DEF
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&A_GR DEF &CIRC E DEF &E_CU DEF &hrme SL 0 XXX XXX &hrmi SL 0 &O_CI DEF &U_CI DEF &KPD ACC_GR DEF
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down Expand Up @@ -68,7 +68,7 @@ ZMK_LAYER(ergol,

ZMK_LAYER(eaccent,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&fr_ae &CEDIL ERG &fr_oe &O_CI ERG XXX XXX XXX XXX &trem_gr XXX
&fr_ae &CEDIL ERG &fr_oe &O_CI ERG XXX XXX XXX XXX &trem_gr XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&A_GR ERG &E_CU ERG &E_GR ERG &hrmec SL 0 XXX XXX &kp SL &TREM I ERG &U_CI ERG &U_GR ERG
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down
6 changes: 2 additions & 4 deletions layouts/canadian-multilingual-standard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ ZMK_BEHAVIOR(GRA, macro_one_param, bindings =
)

// ^ directly
ZMK_BEHAVIOR(CAR, macro_one_param, bindings =
<&macro_tap &kp LBKT &kp SPACE>,
<&macro_param_1to1>,
<&to MACRO_PLACEHOLDER>;
ZMK_BEHAVIOR(CAR, macro, bindings =
<&macro_tap &kp LBKT &kp SPACE>;
)

// ¨ directly
Expand Down

0 comments on commit 2c3c309

Please sign in to comment.