Skip to content

Commit

Permalink
review bindings on hold-tap
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 12, 2024
1 parent ee8045a commit 7dc8e26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions behaviors/hold-tap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ZMK_BEHAVIOR(hrmc, hold_tap,
tapping-term-ms = <hrm_tap_term>;
quick-tap-ms = <hrm_quick_tap>;
global-quick-tap;
bindings = <&kp>, <&CIRC 0>;
bindings = <&kp>, <&CIRC>;
)

// homerow mods for grave
Expand All @@ -53,7 +53,7 @@ ZMK_BEHAVIOR(hrmg, hold_tap,
tapping-term-ms = <hrm_tap_term>;
quick-tap-ms = <hrm_quick_tap>;
global-quick-tap;
bindings = <&kp>, <&AGRA 0>;
bindings = <&kp>, <&AGRA>;
)

// homerow mods for è
Expand All @@ -62,7 +62,7 @@ ZMK_BEHAVIOR(hrme, hold_tap,
tapping-term-ms = <hrm_tap_term>;
quick-tap-ms = <hrm_quick_tap>;
global-quick-tap;
bindings = <&kp>, <&E_GR 0>;
bindings = <&kp>, <&E_GR>;
)

// homerow mods for ê
Expand All @@ -71,7 +71,7 @@ ZMK_BEHAVIOR(hrmec, hold_tap,
tapping-term-ms = <hrm_tap_term>;
quick-tap-ms = <hrm_quick_tap>;
global-quick-tap;
bindings = <&kp>, <&E_CI 0>;
bindings = <&kp>, <&E_CI>;
)

// homerow mods for î
Expand All @@ -80,5 +80,5 @@ ZMK_BEHAVIOR(hrmi, hold_tap,
tapping-term-ms = <hrm_tap_term>;
quick-tap-ms = <hrm_quick_tap>;
global-quick-tap;
bindings = <&kp>, <&I_CI 0>;
bindings = <&kp>, <&I_CI>;
)
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

0 comments on commit 7dc8e26

Please sign in to comment.