Skip to content

Commit

Permalink
remove shifted umlaut combos
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Aug 25, 2023
1 parent 89a80f0 commit 37c733d
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions config/arkenswoop.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -168,36 +168,18 @@
layers = <0>;
};

combo_as {
bindings = <&umlaut_as>;
key-positions = <13 12 33>;
layers = <0>;
};

combo_o {
bindings = <&umlaut_o>;
key-positions = <13 14>;
layers = <0>;
};

combo_os {
bindings = <&umlaut_os>;
key-positions = <13 14 33>;
layers = <0>;
};

combo_u {
bindings = <&umlaut_u>;
key-positions = <13 10>;
layers = <0>;
};

combo_us {
bindings = <&umlaut_us>;
key-positions = <13 10 33>;
layers = <0>;
};

combo_s {
bindings = <&umlaut_s>;
key-positions = <13 15>;
Expand Down Expand Up @@ -332,24 +314,6 @@
#binding-cells = <0>;
bindings = <&kp RIGHT_ALT &kp RA(S)>;
};
umlaut_as: umlaut_as {
compatible = "zmk,behavior-macro";
label = "UMLAUT_AS";
#binding-cells = <0>;
bindings = <&kp DQT &kp LS(A)>;
};
umlaut_os: umlaut_os {
compatible = "zmk,behavior-macro";
label = "UMLAUT_OS";
#binding-cells = <0>;
bindings = <&kp DQT &kp LS(O)>;
};
umlaut_us: umlaut_us {
compatible = "zmk,behavior-macro";
label = "UMLAUT_US";
#binding-cells = <0>;
bindings = <&kp DQT &kp LS(U)>;
};
real_d_quotes: real_d_quotes {
compatible = "zmk,behavior-macro";
label = "REAL_D_QUOTES";
Expand Down

0 comments on commit 37c733d

Please sign in to comment.