Skip to content

Commit

Permalink
feat: add secure bluethoot clear morph
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Aug 3, 2024
1 parent 5b92df7 commit 94dd92c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/os/shared/macros/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ m_s_b6: macro_stg_bluetooth_6 {
bindings =
<&bt BT_SEL 5 &to_aBAS>;
};

// mp_sSTG_cb
MORPH_KAS(
s,
STG,
cb,
clear_bluetooth,
MOD_LALT,
&none,
&bt BT_CLR, // alt: clear current profile
&bt BT_CLR_ALL // shift: clear all profiles
)

0 comments on commit 94dd92c

Please sign in to comment.