Skip to content

Commit

Permalink
change input source and remove unused multimedia keys
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Feb 2, 2024
1 parent 400e9d6 commit 0f856f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/os/android/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
bindings = <
AKY_ESC &m_s_b1 &m_s_b2 &none AS04 AS05 &none &kp K_VOL_DN &kp K_MUTE &kp K_VOL_UP AS10 AS11
AS12 &m_s_b3 &m_s_b4 &none AS16 AS17 &none &kp K_PREV &kp K_PP &kp K_NEXT AS22 AS23
AS24 &m_s_b5 &m_s_b6 &none AS28 AS29 &none &none &kp K_STOP &none &none &none
AS24 &m_s_b5 &m_s_b6 &none AS28 AS29 &none &none &none &none &none &none
&kp C_BRI_DN KEY_SPC &to_aBAS &to_aAXN AKY_RET &kp C_BRI_UP
>;
};
Expand Down
4 changes: 2 additions & 2 deletions config/os/macos/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
mac_settings_layer {
#define MS10 &none // tap: fancy zones
#define MS11 &kp LG(LA(ESC)) // tap: task manager
#define MS12 &kp LG(K) // tap: connect device
#define MS12 &kp GLOBE // tap: input source
#define MS24 &bt BT_CLR // tap: clear Bluetooth

#define MS22 &none // tap: system info
Expand All @@ -132,7 +132,7 @@
bindings = <
MKY_ESC &m_s_b1 &m_s_b2 &none MS04 MS05 MS07 &kp C_VOL_DN &kp C_MUTE &kp C_VOL_UP MS10 MS11
MS12 &m_s_b3 &m_s_b4 &none MS16 MS17 MS18 &kp C_PREV &kp C_PP &kp C_NEXT MS22 MS23
MS24 &m_s_b5 &m_s_b6 &none MS28 MS29 MS30 &kp C_RW &kp C_STOP &kp C_FF MS34 &none
MS24 &m_s_b5 &m_s_b6 &none MS28 MS29 MS30 &none &none &none MS34 &none
&kp C_BRI_DN KEY_SPC &to_mBAS &to_mAXN MKY_RET &kp C_BRI_UP
>;
};
Expand Down
4 changes: 2 additions & 2 deletions config/os/windows/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
windows_settings_layer {
#define WS10 &kp LG(LS(GRAVE)) // tap: fancy zones
#define WS11 &kp LC(LS(ESC)) // tap: task manager
#define WS12 &kp LG(K) // tap: connect device
#define WS12 &kp LG(KEY_SPC) // tap: input source
#define WS24 &bt BT_CLR // tap: clear Bluetooth

#define WS22 &kp RG(PAUSE_BREAK) // tap: system info
Expand All @@ -130,7 +130,7 @@
bindings = <
WKY_ESC &m_s_b1 &m_s_b2 &none WS04 WS05 WS07 &kp C_VOL_DN &kp C_MUTE &kp C_VOL_UP WS10 WS11
WS12 &m_s_b3 &m_s_b4 &none WS16 WS17 WS18 &kp C_PREV &kp C_PP &kp C_NEXT WS22 WS23
WS24 &m_s_b5 &m_s_b6 &none WS28 WS29 WS30 &kp C_RW &kp C_STOP &kp C_FF WS34 &none
WS24 &m_s_b5 &m_s_b6 &none WS28 WS29 WS30 &none &none &none WS34 &none
&kp C_BRI_DN KEY_SPC &to_wBAS &to_wAXN WKY_RET &kp C_BRI_UP
>;
};
Expand Down
2 changes: 1 addition & 1 deletion docs/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Dedicated to Bluetooth and media controls.
| Label | Action |
| ------------------------: | ---------------------------- |
| <kbd>B#️⃣</kbd> | Jump to #️⃣ device |
| <kbd>⎉</kbd> | Connect Quick Action |
| <kbd>⎉</kbd> | Input Source |
| <kbd>B❌</kbd> | Clear current device |
| <kbd>▣</kbd> | Capture portion of the screen |
| <kbd>▣</kbd>+<kbd>␣</kbd> | Capture a window or menu |
Expand Down
2 changes: 1 addition & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Dedicated to Bluetooth and media controls.
| Label | Action |
| --------------: | ---------------------- |
| <kbd>B#️⃣</kbd> | Jump to #️⃣ device |
| <kbd>⎉</kbd> | Connect Quick Action |
| <kbd>⎉</kbd> | Input source |
| <kbd>B❌</kbd> | Clear current device |
| <kbd>▣</kbd> | Print Screen |
| <kbd>⛢</kbd> | Color Picker |
Expand Down

0 comments on commit 0f856f6

Please sign in to comment.