Skip to content

Commit

Permalink
Make reset 4 key combo
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Dec 22, 2024
1 parent 01386f8 commit 7b30bc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boards/shields/vortex_corne/vortex_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20

#include <behaviors.dtsi>
#include <dt-bindings/zmk/outputs.h>
Expand Down Expand Up @@ -49,12 +50,14 @@
bindings = <&mmv MOVE_DOWN>, <&msc SCRL_DOWN>;
mods = <(MOD_LSFT|MOD_LCTL|MOD_LALT|MOD_LGUI)>;
};

mv_scrl_up: move_scroll_up {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&mmv MOVE_UP>, <&msc SCRL_UP>;
mods = <(MOD_LSFT|MOD_LCTL|MOD_LALT|MOD_LGUI)>;
};

mv_scrl_right: move_scroll_right {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
Expand All @@ -76,13 +79,13 @@

combo_reset {
timeout-ms = <50>;
key-positions = <38 39>;
key-positions = <16 19 38 39>;
bindings = <&sys_reset>;
};

combo_bootloader {
timeout-ms = <50>;
key-positions = <16 19 38 39>;
key-positions = <17 18 38 39>;
bindings = <&bootloader>;
};

Expand Down

0 comments on commit 7b30bc1

Please sign in to comment.