diff --git a/config/os/macos/keymap.dtsi b/config/os/macos/keymap.dtsi
index b04b40f1..1f0f879b 100644
--- a/config/os/macos/keymap.dtsi
+++ b/config/os/macos/keymap.dtsi
@@ -120,7 +120,7 @@
#define MSLM4 &hm_mSTG_LS LSHFT 0 // tap: mp_mSTG_screenshot
#define MSLM5 &mp_ma_zoom_reset // tap: zoom reset | shift: zoom reset on vscode
- #define MSLD0 &bt BT_CLR
+ #define MSLD0 mp_sSTG_cb // tap: none | shift: clear current profile | alt: clear all profiles
#define MSLD1 &m_s_b5
#define MSLD2 &m_s_b6
#define MSLD3 &none
diff --git a/config/os/windows/keymap.dtsi b/config/os/windows/keymap.dtsi
index 7713390a..07479f1e 100644
--- a/config/os/windows/keymap.dtsi
+++ b/config/os/windows/keymap.dtsi
@@ -109,7 +109,7 @@
#define WS10 &kp LG(LS(GRAVE)) // tap: fancy zones
#define WS11 &kp LC(LS(ESC)) // tap: task manager
#define WS12 &kp LG(SPACE) // tap: input source
- #define WS24 &bt BT_CLR // tap: clear Bluetooth
+ #define WS24 &mp_sSTG_cb // tap: none | shift: clear current profile | alt: clear all profiles
#define WS22 &kp RG(PAUSE_BREAK) // tap: system info
#define WS23 &kp RG(I) // tap: windows settings
diff --git a/docs/macos.md b/docs/macos.md
index d1a252af..55c4af87 100644
--- a/docs/macos.md
+++ b/docs/macos.md
@@ -185,7 +185,7 @@ Dedicated to Bluetooth and media controls.
| --------------: | -------------------------- | ---------------------------- |
| B#️⃣ | | Jump to #️⃣ device |
| ⎉ | | Input Source |
-| B❌ | | Clear current device |
+| ❌ | | Clear Bluetooth |
| Z+ | | Zoom in |
| ZR | | Zoom reset |
| ZR | ⇧+ZR | Zoom reset VSCode |
diff --git a/docs/windows.md b/docs/windows.md
index 0b8bdbed..bbde3845 100644
--- a/docs/windows.md
+++ b/docs/windows.md
@@ -175,7 +175,7 @@ Dedicated to Bluetooth and media controls.
| --------------: | -------------------------- | ---------------------- |
| B#️⃣ | | Jump to #️⃣ device |
| ⎉ | | Input source |
-| B❌ | | Clear current device |
+| ❌ | | Clear Bluetooth |
| ▣ | | Print Screen |
| ⛢ | | Color Picker |
| 🖿 | | File Explorer |
@@ -196,11 +196,11 @@ Dedicated to Bluetooth and media controls.
#### Media
-| Label | Action |
-| ------------: | ----------- |
-| 🔊 | Volume up |
-| 🔇 | Mute |
-| 🔉 | Volume down |
+| Label | Action |
+| ------------: | ------------ |
+| 🔊 | Volume up |
+| 🔇 | Mute |
+| 🔉 | Volume down |
| ⏮️ | Prev |
| ⏯️ | Play/Pause |
| ⏭️ | Next |