Skip to content

Commit 3083a7b

Browse files
author
Alessandro
committed
move clicks
1 parent 960738d commit 3083a7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/cradio.keymap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define ZMK_POINTING_DEFAULT_MOVE_VAL 600 // default: 600
1717
#define ZMK_POINTING_DEFAULT_SCRL_VAL 10 // default: 10
1818

19+
CONFIG_ZMK_POINTING=y
1920
// #define SYM_LAYER(k) &ht &mo 2 k
2021

2122
/ {
@@ -93,7 +94,7 @@
9394
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
9495
//│ │ ~ │ _ │ { │ } │ │ MUTE | VL_DN | VL_UP │ VL_DN │ VL_UP │
9596
&none &none &kp UNDERSCORE &kp LBRC &kp RBRC &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &none &none
96-
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
97+
//╰──────────┴──────────┴──────────┼──────────┼──────────┤├──────────┼──────────┼──────────┴──────────┴──────────╯
9798
&trans &trans &trans &trans
9899
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
99100
>;
@@ -105,16 +106,15 @@
105106
bindings = <
106107
//╭───────┬──────────┬──────────┬────────┬────────╮ ╭────────────┬────────────┬────────────┬────────────┬──────────╮
107108
//│ BT 0 | F9 │ F10 │ F11 │ F12 │ │ MW_LEFT │ MW_DOWN │ MW_UP │ MW_RIGHT │ CLICK_MID │
108-
&bt BT_SEL 0 &kp F9 &kp F10 &kp F11 &kp F12 &msc SCRL_LEFT &msc SCRL_DOWN &msc SCRL_UP &msc SCRL_RIGHT &mkp MB3
109+
&bt BT_SEL 0 &kp F9 &kp F10 &kp F11 &kp F12 &msc SCRL_LEFT &msc SCRL_DOWN &msc SCRL_UP &msc SCRL_RIGHT &kp PSCRN
109110
//├───────┼──────────┼──────────┼────────┼────────┤ ├────────────┼────────────┼────────────┼────────────┼────────────┤
110111
//│ XX │ F5 │ F6 │ F7 │ F8 │ │ M_LEFT │ M_DOWN │ M_UP │ M_RIGHT │ bt clear │
111112
&bt BT_SEL 1 &kp F5 &kp F6 &kp F7 &kp F8 &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_UP &mmv MOVE_RIGHT &bt BT_CLR
112113
//├───────┼──────────┼──────────┼────────┼────────┤ ├────────────┼────────────┼────────────┼────────────┼──────────┤
113114
//│ XX │ F1 │ F2 │ F3 │ F4 │ │ PRINTSCRN │ XX │ XX │ BOOTLOADER │ RESET │
114-
&bt BT_SEL 2 &kp F1 &kp F2 &kp F3 &kp F4 &kp PSCRN &none &none &bootloader &sys_reset
115+
&bt BT_SEL 2 &kp F1 &kp F2 &kp F3 &kp F4 &mkp MB1 &mkp MB2 &mkp MB3 &bootloader &sys_reset
115116
//╰───────┴──────────┴──────────┼────────┼────────╯ ╰────────────┴────────────┴────────────┴────────────┴─────────╯
116-
// │CLICK_LEFT│CLICK_RIGHT│
117-
&trans &trans &mkp MB1 &mkp MB2
117+
&trans &trans &trans &trans
118118
>;
119119
};
120120

0 commit comments

Comments
 (0)