Skip to content

Commit

Permalink
2.22: fix winswap combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Dec 14, 2023
1 parent 2fb7bec commit e7d9a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/shared.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VER_PATCH N1
#define VER_PATCH N2
#define VER_MINOR N2
#define VER_MAJOR N2
/* Key Positions
Expand Down Expand Up @@ -448,13 +448,13 @@
combo_winswap_left: combo_winswap_left {
timeout-ms = <75>;
key-positions = <25 28>;
bindings = <&winswap_ht 0 LG(TAB)>;
bindings = <&winswap_ht 0 LA(TAB)>;
layers = <0>;
};
combo_winswap_right: combo_winswap_right {
timeout-ms = <75>;
key-positions = <31 34>;
bindings = <&winswap_ht 0 LG(TAB)>;
bindings = <&winswap_ht 0 LA(TAB)>;
layers = <0>;
};
combo_lighting: combo_lighting {
Expand Down

0 comments on commit e7d9a6e

Please sign in to comment.