Skip to content

Commit

Permalink
add wait ms and tap ms to the bluetooth macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Apr 26, 2024
1 parent 2c07f6a commit 8a1d904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ MACRO(symW, &macro_tap &kp K_CANCEL &macro_press &mo SYMW &macro_pause_for_relea

MACRO(grave3, &macro_tap &kp GRAVE &macro_tap &kp GRAVE &macro_tap &kp GRAVE, 0, 0)

MACRO(btblmac, &macro_tap &to HDN &macro_tap &bt BT_SEL 0, 0, 0)
MACRO(btblwin, &macro_tap &kp HDNW &macro_tap &bt BT_SEL 1, 0, 0)
MACRO(btblmac, &macro_tap &to HDN &macro_tap &bt BT_SEL 0, 10, 10)
MACRO(btblwin, &macro_tap &kp HDNW &macro_tap &bt BT_SEL 1, 10, 10)

0 comments on commit 8a1d904

Please sign in to comment.