Skip to content

Commit 80401c5

Browse files
Updated sofle.keymap
1 parent bd164a4 commit 80401c5

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

config/sofle.keymap

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#include <behaviors/mouse_keys.dtsi>
2+
#include <dt-bindings/zmk/mouse.h>
23
#include <behaviors.dtsi>
34
#include <dt-bindings/zmk/bt.h>
45
#include <dt-bindings/zmk/keys.h>
5-
#include <dt-bindings/zmk/mouse.h>
66
#include <dt-bindings/zmk/outputs.h>
7+
#include <dt-bindings/zmk/pointing.h>
8+
#include <dt-bindings/zmk/pointing.h>
9+
#include <dt-bindings/zmk/pointing.h>
710
#include <dt-bindings/zmk/rgb.h>
811

912
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 1200 // 600
@@ -69,14 +72,24 @@
6972

7073
layer_2 {
7174
bindings = <
72-
&kp TILDE &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &mmv MOVE_UP &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
73-
&studio_unlock &bt BT_CLR &bt BT_CLR_ALL &trans &trans &trans &mmv MOVE_DOWN &trans &trans &kp F11 &kp F12 &kp UNDER &kp PLUS
74-
&trans &out OUT_USB &out OUT_BLE &trans &trans &trans &mmv MOVE_LEFT &trans &trans &trans &trans &kp LBRC &kp RBRC
75-
&trans &sys_reset &trans &bootloader &trans &trans &mmv MOVE_RIGHT &trans &trans &sys_reset &soft_off &bootloader &trans
76-
&trans &trans &trans &trans &trans &trans &mkp LCLK &trans &trans &trans &trans &trans
75+
&kp TILDE &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &mmv MOVE_UP &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
76+
&studio_unlock &bt BT_CLR &bt BT_CLR_ALL &trans &trans &trans &mmv MOVE_DOWN &trans &trans &kp F11 &kp F12 &kp UNDER &kp PLUS
77+
&trans &out OUT_USB &out OUT_BLE &trans &trans &trans &mmv MOVE_LEFT &trans &trans &trans &trans &kp LBRC &kp RBRC
78+
&trans &sys_reset &trans &bootloader &trans &trans &mmv MOVE_RIGHT &trans &trans &sys_reset &soft_off &bootloader &trans
79+
&trans &trans &trans &trans &trans &trans &mkp LCLK &trans &trans &trans &trans &trans
7780
>;
7881

7982
sensor-bindings = <&scroll_encoder>;
8083
};
84+
85+
layer_3 {
86+
bindings = <
87+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
88+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
89+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
90+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
91+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
92+
>;
93+
};
8194
};
8295
};

0 commit comments

Comments
 (0)