Skip to content

Commit

Permalink
feat(combo): enabling for more layers
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Jan 17, 2024
1 parent 3f07cca commit 1b0ee66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/include/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}; \
};

MAKE_COMBO(bspc, &kp BSPC, RT1 RT2, DEF)
MAKE_COMBO(pipe, &kp PIPE, RM3 RM4, DEF)
MAKE_COMBO(bspc, &kp BSPC, RT1 RT2, DEF SYM NAV NUM)
MAKE_COMBO(pipe, &kp PIPE, RM3 RM4, DEF SYM)
MAKE_COMBO(lbkt, &kp LBKT, LM3 LM2, DEF)

0 comments on commit 1b0ee66

Please sign in to comment.