Skip to content

Commit

Permalink
feat: change bluetooth key
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Aug 3, 2024
1 parent 94dd92c commit 34fef2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/os/macos/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/os/windows/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Dedicated to Bluetooth and media controls.
| --------------: | -------------------------- | ---------------------------- |
| <kbd>B#️⃣</kbd> | | Jump to #️⃣ device |
| <kbd>⎉</kbd> | | Input Source |
| <kbd>B❌</kbd> | | Clear current device |
| <kbd>❌</kbd> | | Clear Bluetooth |
| <kbd>Z+</kbd> | | Zoom in |
| <kbd>ZR</kbd> | | Zoom reset |
| <kbd>ZR</kbd> | <kbd>⇧</kbd>+<kbd>ZR</kbd> | Zoom reset VSCode |
Expand Down
12 changes: 6 additions & 6 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Dedicated to Bluetooth and media controls.
| --------------: | -------------------------- | ---------------------- |
| <kbd>B#️⃣</kbd> | | Jump to #️⃣ device |
| <kbd>⎉</kbd> | | Input source |
| <kbd>B❌</kbd> | | Clear current device |
| <kbd>❌</kbd> | | Clear Bluetooth |
| <kbd>▣</kbd> | | Print Screen |
| <kbd>⛢</kbd> | | Color Picker |
| <kbd>🖿</kbd> | | File Explorer |
Expand All @@ -196,11 +196,11 @@ Dedicated to Bluetooth and media controls.

#### Media

| Label | Action |
| ------------: | ----------- |
| <kbd>🔊</kbd> | Volume up |
| <kbd>🔇</kbd> | Mute |
| <kbd>🔉</kbd> | Volume down |
| Label | Action |
| ------------: | ------------ |
| <kbd>🔊</kbd> | Volume up |
| <kbd>🔇</kbd> | Mute |
| <kbd>🔉</kbd> | Volume down |
| <kbd>⏮️</kbd> | Prev |
| <kbd>⏯️</kbd> | Play/Pause |
| <kbd>⏭️</kbd> | Next |
Expand Down

0 comments on commit 34fef2d

Please sign in to comment.