Skip to content

Commit

Permalink
Deleted some combos and simplified others
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 13, 2024
1 parent 2cf5d46 commit 3266111
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions config/klor.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -322,25 +322,13 @@

to_engram {
bindings = <&to 0>;
key-positions = <3 38>;
layers = <4 5 0 3 2>;
};

to_num {
bindings = <&to 3>;
key-positions = <38 1>;
layers = <0 4 5 3 2>;
};

to_nav {
bindings = <&to 2>;
key-positions = <38 2>;
layers = <0 5 4 2 3>;
key-positions = <3 4>;
layers = <4 5 3 2>;
};

to_QWERTY {
bindings = <&to 4>;
key-positions = <0 38>;
key-positions = <41 5>;
layers = <0 4 5 2 3>;
};

Expand All @@ -349,6 +337,12 @@
key-positions = <38 4>;
layers = <0 3 2 4 5>;
};

to_layer_2 {
bindings = <&to 2>;
key-positions = <3 4>;
layers = <0>;
};
};

keymap {
Expand Down

0 comments on commit 3266111

Please sign in to comment.