Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored and github-actions[bot] committed Sep 15, 2024
1 parent 43a7b8d commit fd41a80
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 31 deletions.
9 changes: 1 addition & 8 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@
tapping-term-ms = <220>;
bindings = <&kp>, <&qu>;
};

hmt: hold_mouse_tap {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <220>;
bindings = <&kp>, <&mkp>;
};
};
};

Expand All @@ -81,6 +73,7 @@
behaviors {
HM(hml, &kp, KEYS_R)
HM(hml_hwu, &kp, KEYS_R, hold-while-undecided;)
HM(hml_m, &mkp, KEYS_R)
HM(hmr, &kp, KEYS_L)
HM(hmr_hwu, &kp, KEYS_L, hold-while-undecided;)
};
Expand Down
22 changes: 11 additions & 11 deletions config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// ├─────────────┼─────────────┼─────────────────┼──────────────────┼──────────────┤ ├─────────────┼─────────────────┼─────────────────┼─────────────────┼─────────────┤
&hml LGUI R, &hml LALT S, &hml_hwu LCTRL T, &hml_hwu LSHIFT H, &kp K, &kp X, &hmr_hwu RSHFT N, &hmr_hwu RCTRL A, &hmr LALT I, &hmr LGUI O, \
// ├─────────────┼─────────────┼─────────────────┼──────────────────┼──────────────┤ ├─────────────┼─────────────────┼─────────────────┼─────────────────┼─────────────┤
&kp DE_Z, &hml RALT C, &kp G, &kp D, &kp Q, &key_repeat, &kp M, &kp DE_COMMA, &hmr RALT DE_DOT, &qexcl, \
&kp DE_Z, &hmr RALT C, &kp G, &kp D, &kp Q, &key_repeat, &kp M, &kp DE_COMMA, &hmr RALT DE_DOT, &qexcl, \
// ╰─────────────┴─────────────┴─────────────────┼──────────────────┼──────────────┤ ├─────────────┼─────────────────┼─────────────────┴─────────────────┴─────────────╯
&bspc_del, &lt NAV SPACE, &lt NUM E, &qt_grv \
// ╰─────────────────┴──────────────╯ ╰─────────────┴─────────────────╯
Expand All @@ -66,15 +66,15 @@
navigation_layer {
display-name = "NAV";
bindings = <LAYER_FROM34( \
// ╭─────────────┬──────────────────────────────┬─────────────────┬──────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none, &p_tab_desk, &n_tab_desk, &alt_tabber, &close_reopen, &kp PG_UP, CT(HOME), &kp UP, CT(END), &none, \
// ├─────────────┼──────────────────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp LGUI, &hmt LALT MB4, &hmt LCTRL MB5, &kp LSHFT, &kp LC(F), &kp PG_DN, &kp LEFT, &kp DOWN, &kp RIGHT, &sel_word, \
// ├─────────────┼──────────────────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp U_UND, &kp U_CUT, &kp U_CPY, &kp U_PST, &kp U_RDO, &none, &kp BSPC, &kp TAB, &kp DEL, &none, \
// ╰─────────────┴──────────────────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&trans, &trans, &lt NUM RET, &trans \
// ╰─────────────────┴──────────────╯ ╰─────────────┴─────────────╯
// ╭─────────────┬────────────────┬─────────────────┬─────────────────┬──────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none, &p_tab_desk, &n_tab_desk, &alt_tabber, &close_reopen, &kp PG_UP, CT(HOME), &kp UP, CT(END), &none, \
// ├─────────────┼────────────────┼─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp LGUI, &hml_m LALT MB4, &hml_m LCTRL MB5, &kp LSHFT, &kp LC(F), &kp PG_DN, &kp LEFT, &kp DOWN, &kp RIGHT, &sel_word, \
// ├─────────────┼────────────────┼─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp U_UND, &kp U_CUT, &kp U_CPY, &kp U_PST, &kp U_RDO, &none, &kp BSPC, &kp TAB, &kp DEL, &none, \
// ╰─────────────┴────────────────┴─────────────────┼─────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&trans, &trans, &lt NUM RET, &trans \
// ╰─────────────────┴──────────────╯ ╰─────────────┴─────────────╯
)>;
};

Expand All @@ -101,7 +101,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼────────────────┼─────────────┤
&bootloader, &kp F4, &kp F5, &kp F6, &kp F10, &out OUT_USB, &bts_0, &bts_1, &bts_2, &bootloader, \
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼────────────────┼─────────────┤
&none, &kp F1, &kp F2, &kp F3, &none, &none, &kns_lock, &kp PSCRN, &soft_off, &none, \
&none, &kp F1, &kp F2, &kp F3, &none, &none, &none, &none, &soft_off, &none, \
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴────────────────┴─────────────╯
&none, &none, &none, &none
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
Expand Down
2 changes: 0 additions & 2 deletions keymap-drawer/akohekohe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/akohekohe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ layers:
- F1
- F2
- F3
- $$mdi:apple-keyboard-caps$$
- $$mdi:monitor-screenshot$$
- ''
- ''
- $$mdi:power$$
- {type: held}
- {type: held}
Expand Down
2 changes: 0 additions & 2 deletions keymap-drawer/rommana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ layers:
- F1
- F2
- F3
- $$mdi:apple-keyboard-caps$$
- $$mdi:monitor-screenshot$$
- ''
- ''
- $$mdi:power$$
- ''
- {type: held}
Expand Down
2 changes: 0 additions & 2 deletions keymap-drawer/sweep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ layers:
- F3
- ''
- ''
- $$mdi:apple-keyboard-caps$$
- $$mdi:monitor-screenshot$$
- ''
- ''
- $$mdi:power$$
- ''
- ''
Expand Down

0 comments on commit fd41a80

Please sign in to comment.