Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ochief committed Nov 19, 2024
1 parent 4ef821c commit 5066f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ combo_##NAME { \
COMBO(share, DEF_SHA_SCR, 5 6, DEF NUM NAV, COMBO_TERM_SLOW)

// brackets
COMBO(arrow &macro_arrow, 1 11, DEF NUM, COMBO_TERM_SLOW)
COMBO(rbkt, &kp LBKT, 4 14, DEF NUM, COMBO_TERM_SLOW)
COMBO(lbkt, &kp RBKT, 5 15, DEF NUM, COMBO_TERM_SLOW)
COMBO(rbrc, &kp LBRC, 11 20, DEF NUM, COMBO_TERM_SLOW)
Expand Down
1 change: 1 addition & 0 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
MACRO(grave3, &macro_tap &kp GRAVE &kp GRAVE &kp GRAVE, 0, 0)
MACRO(nequal, &macro_tap &kp LT &kp GT, 0, 0)
MACRO(qu, &macro_tap &kp Q &kp U, 0, 0)
MACRO(arrow, &macro_tap &kp EQUAL &kp GT, 0, 0)
};
};

0 comments on commit 5066f88

Please sign in to comment.