Skip to content

Commit

Permalink
fix less/greater than combos
Browse files Browse the repository at this point in the history
  • Loading branch information
schattenbrot committed Oct 22, 2023
1 parent 7a738ba commit 405dfd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/splitkb_aurora_sweep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ ZMK_BEHAVIOR(hrm, hold_tap,
layers = <DEFAULT>;
timeout-ms = <50>;
key-positions = <26 28>;
bindings = <&kp LESS_THAN>;
bindings = <&kp LT>;
};
combo_greaterthan {
layers = <DEFAULT>;
timeout-ms = <50>;
key-positions = <27 228>;
bindings = <&kp GREATER_THAN>;
bindings = <&kp GT>;
};

combo_leftbracket {
Expand Down

0 comments on commit 405dfd8

Please sign in to comment.