Skip to content

Commit

Permalink
New combo for entering/leaving LOL layer and for LOL shop (P)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eryx5502 committed Jan 16, 2024
1 parent 7c19487 commit a36a5e8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config/kyria_rev2.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,28 @@
};
combo_lol {
timeout-ms = <50>;
key-positions = <0 11>;
key-positions = <0 12 24>;
bindings = <&to LOL>;
layers = <ALPHA>;
};
combo_lol_to_alpha {
timeout-ms = <50>;
key-positions = <0 12 24>;
bindings = <&to ALPHA>;
layers = <LOL>;
};
combo_lol_ctrl {
timeout-ms = <50>;
key-positions = <30 43>;
bindings = <&kp LCTRL>;
layers = <LOL>;
};
combo_lol_shop {
timeout-ms = <50>;
key-positions = <31 44>;
bindings = <&kp P>;
layers = <LOL>;
};
};

behaviors {
Expand Down

0 comments on commit a36a5e8

Please sign in to comment.