Skip to content

Commit 59b3859

Browse files
committed
Comment out smart mouse
1 parent d5254a2 commit 59b3859

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/base.keymap

+9-9
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ SHIFT_FUNCTION(s_at_amp, &kp AT_SIGN, &kp AMPERSAND)
6363
SHIFT_FUNCTION(s_col_scol, &kp COLON, &kp SEMICOLON)
6464

6565
/* smart mouse */
66-
ZMK_BEHAVIOR(smart_mouse, tri_state,
67-
bindings = <&tog MOS>, <&none>, <&tog MOS>;
68-
ignored-key-positions = < RT1 RT2 RT3 RT4
69-
LM4 LM3 LM2 LM1 RM1 RM2 RM3 RM4
70-
RH0 RH1 RH2>;
71-
ignored-layers = <MOS>, <BAS>;
72-
)
66+
/* ZMK_BEHAVIOR(smart_mouse, tri_state, */
67+
/* bindings = <&tog MOS>, <&none>, <&tog MOS>; */
68+
/* ignored-key-positions = < RT1 RT2 RT3 RT4 */
69+
/* LM4 LM3 LM2 LM1 RM1 RM2 RM3 RM4 */
70+
/* RH0 RH1 RH2>; */
71+
/* ignored-layers = <MOS>, <BAS>; */
72+
/* ) */
7373

74-
#define s_mouse smart_mouse
74+
/* #define s_mouse smart_mouse */
7575

7676
/* &num_word { // num-word, requires PR #1451 */
7777
/* layers = <NM>; */
@@ -111,7 +111,7 @@ ZMK_LAYER(BASE,
111111
//├.............┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼.............┤
112112
___ &hml LGUI A &hml LALT S &hml LCTRL D &hml LSHFT F &kp G &kp H &hmr RSHFT J &hmr RCTRL K &hmr RALT L &hmr RGUI SC &kp SQT
113113
//├.............┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼.............┤
114-
&s_mouse &kp Z &kp X &kp C &hml GLOBE V &kp B &kp N &hmr GLOBE M &kp COMMA &kp DOT &kp FSLH &kp RBKT
114+
___/* &s_mouse */ &kp Z &kp X &kp C &hml GLOBE V &kp B &kp N &hmr GLOBE M &kp COMMA &kp DOT &kp FSLH &kp RBKT
115115
//╰.............┼─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────┴.............╯
116116
&lt MOS ESC &lt NV TAB &lt SM SPACE &lt NM RET &lt FUN BSPC &lt CFG DEL
117117
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯

0 commit comments

Comments
 (0)