Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
add combos on media layer for backspace/cmd+backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbj committed Aug 19, 2024
1 parent 4959fea commit bb58d5e
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 69 deletions.
24 changes: 24 additions & 0 deletions config/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,30 @@
layers = <ADJ>;
bindings = <&bt BT_CLR>;
};
combo_med_bksp_left {
timeout-ms = <50>;
key-positions = <14 15>;
layers = <MED>;
bindings = <&kp BKSP>;
};
combo_med_bksp_right {
timeout-ms = <50>;
key-positions = <20 21>;
layers = <MED>;
bindings = <&kp BKSP>;
};
combo_med_gui_bksp_left {
timeout-ms = <50>;
key-positions = <26 27>;
layers = <MED>;
bindings = <&kp LG(BKSP)>;
};
combo_med_gui_bksp_right {
timeout-ms = <50>;
key-positions = <32 33>;
layers = <MED>;
bindings = <&kp LG(BKSP)>;
};
/*
0 1 2 3 4 5 6 7 8 9 10 11
12 13 14 15 16 17 18 19 20 21 22 23
Expand Down
Loading

0 comments on commit bb58d5e

Please sign in to comment.