Skip to content

Commit

Permalink
removed all combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Woop91 authored Oct 21, 2023
1 parent 8cc5855 commit 9a2edde
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,75 +12,7 @@
#include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h>

/ {
combos {
compatible = "zmk,combos";

combo_esc {
timeout-ms = <50>;
key-positions = <0 1>;
bindings = <&kp ESC>;
};
};
};
/ {
combos {
compatible = "zmk,combos";
combo_BTclr {
timeout-ms = <50>;
key-positions = <18 19 20>;
bindings = <&bt BT_CLR>;
};
};
};


/ {
combos {
compatible = "zmk,combos";
combo_caps {
timeout-ms = <50>;
key-positions = <14 15>;
bindings = <&kp CLCK>;
};
};
};


/ {
combos {
compatible = "zmk,combos";
combo_qwerty {
timeout-ms = <50>;
key-positions = <37 38>;
bindings = <&tog 3 CLCK>;
};
};
};

/ {
combos {
compatible = "zmk,combos";

combo_(((( {
timeout-ms = <50>;
key-positions = < 16 17>;
bindings = <&kp LEFT_PARENTHESIS>;
};
};
};

/ {
combos {
compatible = "zmk,combos";

combo_)))) {
timeout-ms = <50>;
key-positions = <20 21>;
bindings = <&kp RIGHT_PARENTHESIS>;
};
};
};

/ {
behaviors {
Expand Down

0 comments on commit 9a2edde

Please sign in to comment.